« Previous Next »
Last post 10-22-2008 12:39 PM by shouston. 3 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (4 items)
Sort Posts: Oldest to newest Newest to oldest
Added a custom 404 but it is not workign for htm and html pages. Works just fine for invalid aspx and asp pages.
On thm and html pages I get this instead.
In IIS I set the custom 404 to url: /404.aspx
Any ideas?
That is tricky. Have you tried mapping the .html and .htm script mappings in IIS?
Hay,you can try one thing, open your IIS >> right click on the website in question >> Properties >> Home Directory >> Configuration >> you will get list of extensions added for web site >> click on .aspx >> Edit >> here at the bottom uncheck check box for "Verify that file exists" >> Ok >> Okand try again...update us if the problem persist
Thanks for the suggestions. I figured it out. The developer had left some code in the web.config that was averiding this.