[Mono-list] tracing aspx for HTTP 500 error
Robert Jordan
robertj at gmx.net
Fri Jul 21 12:56:41 EDT 2006
Hey,
Scott Williams wrote:
> Greetings,
>
> I am accessing trace through trace.axd, and it correctly records each page hit
> until I get to a page that throws an exception. Is there a trick to getting
> this to display a trace?
IIRC, trace.axd never displays exceptions.
To see them, use these web.config settings:
<configuration>
<system.web>
<customErrors mode="Off" />
Robert
More information about the Mono-list
mailing list