Waiting for localhost
I hope someone can help me because I run out of thing to try to fix my issues.When running any MVC or Web API project in IIS Express resulting in IE being open and message "Waiting for localhost" and page never loads.
Also the Global.asax.cs is Application_Start method is never hit.
My environment is Windows 10 Pro
I'm using VS 2015 (but same problem happens to VS 2013)
Here is what I have tried so far:
• Uninstalled and re-installed IIS and IIS express 10
• Uninstalled and re-installed VS 2015
• Tried same solution on another PC works just file in.
I have also mention that my problems I thing started after I installed node.js. I have remover node.js but still can't run my MVC APP in IIS Express.
Any advice would be appreciated.
Thank you.