I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from the host machine via the request to http://localhost:
Thanks to byteit:
Go to applicationhost.config in Documents/IISExpress/config
find the entry for the particular site you are working on:
add:
in front of the existing
To achieve the solution without having VS2013 create a new website xml entry for you when you restart. You will need to run as administrator.