[Mono-list] tracing aspx for HTTP 500 error

Scott Williams scott.williams at leaseharbor.com
Sat Jul 22 09:31:55 EDT 2006


Robert Jordan wrote:

> 
> IIRC, trace.axd never displays exceptions.
> To see them, use these web.config settings:
> 
> <configuration>
> 	<system.web>
> 		<customErrors mode="Off" />
> 

Thanks, but that doesn't seem to be it.  Shouldn't a trace.axd page be written 
for every request when <trace enable="true" pageOutput="false">?  I am guessing 
the exception is preventing the writing of the page.


Can anyone confirm that they can see thrown exceptions in trace.axd?



More information about the Mono-list mailing list