[Mono-dev] header have been already sent ?
Bernhard Herzog
schwimmlehrer at gmail.com
Mon Sep 5 12:07:49 EDT 2005
I am also getting this exception in my application when I am trying to
access a protected page (see attached application). Instead of redirecting
to the login page the exception is thrown and a "Unauthorized" page is
shown.
There are a few other things that are not working anymore:
+ ValidationSummary does not seem to work (when leaving the name field empty
for example)
+ When adding a namespace that does not exist, I don't get an error. The
page just loads forever. For example:
<%@ Import Namespace="foo" %>
Bernhard
----- Original Message -----
> Hello,
>
>> I'm back from my holydays... and i've updated mono from svn...
>> It seems that there are many changes in ASP.NET
>> Many web application that worked before doesn't work now...
>>
>> The first error I experience is an xsp error :
>
> We need a test case for this.
>
> Something in your code is triggering the HTTP headers to be sent. You
> can debug this by adding a:
>
> Console.WriteLine (Environment.StackTrace)
>
> To:
>
> mcs/class/System.Web/System.Web/HttpResponse.cs
>
> in the method "WriteHeaders"
>
> Send me the output.
>
> Miguel
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: protected.aspx
Type: application/octet-stream
Size: 53 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050905/34b96014/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: web.config
Type: application/octet-stream
Size: 666 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050905/34b96014/attachment-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: login.aspx
Type: application/octet-stream
Size: 1253 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050905/34b96014/attachment-0002.obj
More information about the Mono-devel-list
mailing list