I run Visual studio 2015 as administrator, start a new project, ASP.NET application, Empty 4.5.2 and then just add a simple html page. When I try to launch using IIS Express, I just get waiting for local host. If I do this under IIS local it works fine.
I have this working correctly on my laptop and did a clean install of windows 10 on my desktop and then reinstalled VS2015, but still get same result. IIS express starts but the web page keeps waiting for local host
I've looked at a number of solutions but have been unable to resolve the problem. I'm a newbie to all of this so would appreciate step by step instructions on how to resolve.
It is a .Net Framework 4.5.2 application.
Sometimes Visual Studio just takes many minutes to load all the required symbols when debugging. Check the status bar of Visual Studio:
Once for some reason IIS Express worked if I changed the browser targeted in Visual Studio to Google Chrome. Simply restarting Visual Studio fixed this for me though.
I think IIS is disabled in your system. Please follow the below steps:
I think this will solve your issue.
local IIS
toIIS Express
Hope this helps
I had same problem and all advices not working. But I run visual studio as administrator and all working now. So, go to shortcut of visual studio, properties, advance..., and check run as administrator.
Exit Visual studio and delete the (project).vs folder. Restart Visual studio. It should start working.
Look into applicationhost.config file under
Localize defaultDocument setting and add your static html page full name (yourpage.html) or use one of the options available if you want to stick to the standards: