I have my website in .htm extension and the server is IIS 7. I have now design custom 404 page.
Now can anyone suggest me, how to implement custom 404 page by web.config.
|
I have my website in .htm extension and the server is IIS 7. I have now design custom 404 page. Now can anyone suggest me, how to implement custom 404 page by web.config. |
||||
|
|
|
I was having the same problem. Also with .htm pages in IIS7. (not asp, not .net). Changed responseMode to File instead of ExecuteURL and all worked.
|
||||
|
|
|
use this in your web.config file
|
|||
|
|