Search code examples
asp.net-mvciisvisual-studio-2015windows-10iis-express

iisexpress 10 stopped working after installing iis


I installed iis so I could do some local testing with a phone, but afterwards, iisexpress stopped working, the browser (IE) just spinning until the "This page cannot be displayed." message. I've rebooted, reinstalled iisexpress 10, but no change. I created a new web app, but also didn't work. I'm stuck. The website does work under iis. Windows 10, VS2015.

Thanks.

-John


Solution

  • Why don't use IIS? Just define in project properties IIS like web server, and your URL will look like http://localhost/YourApplicationName Now I'm Using Windows Server 2016 Technical Prevew for testing and developing Web Applications, so I'm Using IIS as my web server works fine.