Visual Studio 2008运行Web应用程序
Possible Duplicate:
unable to connect to ASP.Net development server issue
Hi,
I get an error while trying to run web applications,
Error Message:
Unable to connect to the ASP.NET Development Server.
What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最有可能的是其他东西正在使用 ASP.NET 开发服务器所需的端口。查看此链接以获取更多信息:
http://forums.asp.net/t/1189567.aspx/1?Unable+to+connect+to+the+ASP+NET+Development+Server
基本上,当你往下看时通过那里发布的解决方案,您发现可能是端口正在使用,文件夹在意想不到的地方(64位机),防病毒软件或防火墙阻止了端口等。可能的原因有很多,所以您需要进行试验,但这些信息应该可以帮助您入门。
Most likely something else is using the ports needed by the ASP.NET Development Server. Check out this link for more information:
http://forums.asp.net/t/1189567.aspx/1?Unable+to+connect+to+the+ASP+NET+Development+Server
Basically, when you look down through the solutions posted there, you find it could be a port in use, a folder in an unexpected place (64-bit machine), an anti-virus software or firewall blocking the port, etc. There is a lot of possible causes so you will need to experiment but this information should get you started.