我已经使用VS 2012一段时间了,并且在发布或调试我的网站时遇到了很多问题。
但就在今天,我尝试将我的网站发布到本地服务器上的新端口,之后每当我尝试使用"本地ISS Web服务器"或者" Visual Studio开发服务器"我的页面会返回:
火狐:
Unable to connect
Firefox can’t establish a connection to the server at localhost:59617.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
铬:
This page isn’t working
localhost is currently unable to handle this request.
HTTP ERROR 503
奇怪的是,我仍然可以将网站发布到我们的服务器甚至本地,并让它工作。它只在调试时不起作用。我尝试重新启动计算机并尝试不同的端口,但没有运气。
我甚至尝试修改我的主机文件,就像这个人做的那样:http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-73
但仍然没有运气。
有什么建议吗?
答案 0 :(得分:1)