Whenever i setup a site using iis express in localhost, it automatically creates the address as http://localhost:80/901
.
But i have originally given the url as http://localhost:901
when i have setup the project in the iis express section of the properties.
i am redirecting from localhost:904 (iis express hosted site) to localhost:80/901 (iis express hosted site) and i couldn't open localhost:80/901 and giving the below error HTTP Error 404.0 - Not Found, MapRequestHandler (Error Code 0x80070002)
How to overcome this problem? Any help will be appreciated a lot.