iisexpress 10 stopped working after installing iis

无人久伴 提交于 2019-12-12 03:03:46

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/37448862/iisexpress-10-stopped-working-after-installing-iis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!