Default redirect for Error 404
问题 I want to introduce a functionality in my ASP.net website that, whenever a request is received for an unknown URL on my domain, the user is redirected to my error_404.htm page in the root of the application. For example, if the request is http://www.mydomain.com/blahblahblah Then instead of returning the standard 404 error page, I want it to redirect the request to http://www.mydomain.com/error_404.htm Update IIS Version 7.5 and .NET Framework Version 4 Update /blah.aspx redirects but /blah