Fw: [Mono-dev] header have been already sent ?

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Sep 9 19:14:53 EDT 2005


On Fri, 2005-09-09 at 11:47 +0200, Bernhard Herzog wrote:
> I think I know now why I get duplicate Response.Write and Console.WriteLine 
> outputs: It is because of the following line in the web.config:
> 
>   <trace enabled="true" requestLimit="40" pageOutput="false" 
> traceMode="SortByTime"/>
> 
> Source code in InternalProcessRequest in System.Web.UI/Page.cs:
> 
> 969:  Trace.Write ("aspx.page", "Begin Render");
> 970:  HtmlTextWriter output = new HtmlTextWriter (_context.Response.Output);
> 971:  RenderControl (output);
> 972:  Trace.Write ("aspx.page", "End Render");
> 973:
> 974:  RenderTrace (output);

Can you please file this as a bug report in bugzilla.ximian.com?

-Gonzalo




More information about the Mono-devel-list mailing list