Created
January 11, 2011 20:21
-
-
Save KevM/775049 to your computer and use it in GitHub Desktop.
Custom Errors Enabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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