Unable to connect to Visual Studio's Localhost Web Server

不想你离开。 提交于 2019-12-11 07:35:19

问题


Until yesterday everything was normal but today i try to lauch my application using Ctrl+F5 and i get the following error:

Unable to connect to Visual Studio's Localhost Web Server

I have tried

aspnet_regiis -i
and
iisreset
but nothing works.

Any ideas??

Environment: Windows XP Visual Studio 2005


回答1:


You need to check your firewall. It may be blocking.

Check this link which has some other possible reasons.




回答2:


Well, I found some answer but it didn't solved the problem.

Since I was using the Visual Studio Web Server and i was having problems I configured my web application project to use IIS instead and it worked.

But if i change it back to VS Web Server it still have the problem. At least I can keep on working now.



来源:https://stackoverflow.com/questions/1601450/unable-to-connect-to-visual-studios-localhost-web-server

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