ASP.NET: disabling authentication for a single aspx page (custom error page)?
- by Richard Collette
I am using a custom error page:
<customErrors redirectMode="ResponseRedirect" mode="On" defaultRedirect="Error2.aspx"/>
I want to disable authentication for the custom error page because the error being raised is related to an authentication module and I don't want to get into an infinite loop and I want to display a clean error page to…