Created
April 6, 2011 09:33
-
-
Save kristofclaes/905391 to your computer and use it in GitHub Desktop.
How I wired up the custom 404-message. IE and Chrome never showed my page because of browser settings. Took me a while to figure that one out :(
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
<system.webServer> | |
<httpErrors errorMode="Custom"> | |
<remove statusCode="404" /> | |
<error statusCode="404" path="error404.htm" /> | |
</httpErrors> | |
</system.webServer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment