visual studio is running, but localhost can't connect
17:38 11 Feb 2017

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.

IIS Express

And the visual studio

Visual studio 2015

And the browser

localhost

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?

c# visual-studio-2015 asp.net-mvc-5 iis-express