无法在 Web 服务器上启动调试。启动的 URL 的 IIS 工作进程当前未运行
您好, 我正在将 Visual Studio 2010 与 ASP.NET Webforms 和 IIS7 一起使用。
我收到此错误:
无法在 Web 服务器上开始调试。已启动 URL 的 IIS 工作进程当前未运行。
当我启动该网站时,我可以看到 w3wp.exe 进程正在运行。那么问题出在哪里呢?
Possible Duplicate:
Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running.
Hi,
I'm using Visual Studio 2010 with ASP.NET webforms and IIS7.
I'm getting this error:
Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running.
When I launch the site I can see w3wp.exe process running. So what is the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Microsoft 的此知识库,看看是否有帮助:
http://support.microsoft.com/kb/ 814717
另外:
http://msdn.microsoft.com/en-us/library/dwesw3ee%28VS.71%29.aspx
此处回答了类似问题:
VS 2010 + IIS:无法在 Web 服务器上启动调试。已启动 URL 的 IIS 工作进程当前未运行
无法在 Web 服务器上启动调试。启动的 URL 的 IIS 工作进程当前未运行
Check out this KB from Microsoft and see if it helps:
http://support.microsoft.com/kb/814717
Also:
http://msdn.microsoft.com/en-us/library/dwesw3ee%28VS.71%29.aspx
Similar questions answered here:
VS 2010 + IIS: Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running
Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running