My URL is like http://app.test.com/asp/default.aspx
When user mis types URL like http://app.test.com/asp/defaul123t.aspx and hits i am redirecting to custom error page pagenotfound.html. For this i made changes in
INETMGR-->Websites-->Defaultwebsite-->Mywebsite-->Properties-->CustomErrors--> For HTTP Error 400
I set the file path for pagenotfound.html
But my problem is when user mistypes URL like http://app.test.com/asp/www.google.com
I am not getting redirected to custom page not found page pagenotfound.html
instead it is showing internet explorer http404 page
The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please help me in resolving the same.