Created
May 5, 2014 20:50
-
-
Save stevejay/eb8f2cf2f2e32d761a53 to your computer and use it in GitHub Desktop.
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
| <httpErrors errorMode="Custom" existingResponse="Replace"> | |
| <remove statusCode="500" /> | |
| <error | |
| statusCode="500" | |
| path="/MvcErrorHandling/Error/HttpErrors500" | |
| responseMode="ExecuteURL" /> | |
| </httpErrors> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment