I have a Web Application in Asp.Net 4 running locally on IIS 7. I need display a Custom Page (404) and an 500 instead for the defaults page for IIS. Using this httpErrors in Web.Config
<system.webServer>
<httpErrors>
My Site is in
C:inetpubwwwrootmysite
My Custom Error page in:
C:inetpubwwwrootmysiteErrorPages404.htm
C:inetpubwwwrootmysiteErrorPages505.htm
I do not understand how it works. COuld you please provide me a sample of code?
Thanks
See Question&Answers more detail:os