Determine if .NET sent me to custom error page?

Posted by lance on Stack Overflow See other posts from Stack Overflow or by lance
Published on 2010-03-15T20:26:10Z Indexed on 2010/03/15 20:29 UTC
Read the original article Hit count: 151

web.config:

<customErrors mode="On" defaultRedirect="~/Foo.aspx" /> 

When Foo.aspx.cs is running, how can I know that an uncaught exception is what sent me to Foo.aspx?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about customerrors