I have vs 2015, and a asp.net mvc 5 website. It was running fine until a while back, but just today I noticed it stopped working. When I start debugging, visual studio is running fine, and so is IIS Express, but localhost page cannot be found.
This is what my IIS Express.
And the visual studio
And the browser
I cannot figure out what is wrong. Things I've tried, which didn't help:
1) Reinstall (clean) IIS Express 10
2) Deleted the folder C:\Users\Razor\Documents\IISExpress so that when visual studio is restarted, it creates the folder again.
3) Deleted the Solution folder's .vs directory (that contains the applicationhost.config) and it was re-created again.
None of the above methods have worked. Can anyone help me figure out what's going wrong in here?


