Skip to content

Instantly share code, notes, and snippets.

@KevM
Created January 11, 2011 20:21
Show Gist options
  • Select an option

  • Save KevM/775049 to your computer and use it in GitHub Desktop.

Select an option

Save KevM/775049 to your computer and use it in GitHub Desktop.
Custom Errors Enabled
<customErrors defaultRedirect="~/500" mode="On">
<error statusCode="500" redirect="~/500" />
<error statusCode="403" redirect="~/403" />
<error statusCode="404" redirect="~/404" />
</customErrors>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment