Skip to content

Instantly share code, notes, and snippets.

@OliverRC
Created October 8, 2013 13:27
Show Gist options
  • Save OliverRC/6884626 to your computer and use it in GitHub Desktop.
Save OliverRC/6884626 to your computer and use it in GitHub Desktop.
Custom Errors Asp.NET
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment