当前位置: 代码迷 >> Web前端 >> Unable to start debugging on the web server.Access is denied解决办法
  详细解决方案

Unable to start debugging on the web server.Access is denied解决办法

热度:554   发布时间:2012-11-05 09:35:11.0
Unable to start debugging on the web server.Access is denied解决方法!
点击右边红色标题查看本文完整版:Unable to start debugging on the web server.Access is denied解决方法!

VS.net出现这样的错误是怎么回事?
Error while trying to run project:Unable to start debugging on the web server.Access is denied.Check the DCOM configuration settings for the machine debug manager.Would you like to disable future attempts to debug ASP.NET pages for this project?

------解决方法--------------------
http://chs.gotdotnet.com/quickstart/aspplus/doc/debugcomsdk.aspx
------解决方法--------------------
之所以会发生此错误是因为试图进行远程调试的用户不是 Microsoft Internet Information
Server (IIS) 服务器上"调试器用户"组的成员。
解决方法
若要将适当的用户添加到"调试器用户"组中,请在 Web 服务器上按照下列步骤操作:
1 从 Windows 开始菜单中,指向程序,指向管理工具,然后单击计算机管理。
2 在左窗格中,单击以展开计算机管理,系统工具和本地用户和组节点。
3 单击组,然后双击调试器用户。
4 在调试器用户属性对话框中,单击添加。
5 在选择用户或组对话框中,选择适当的用户,然后单击确定。
6 单击确定退出调试器用户属性对话框。
7 关闭"计算机管理"资源管理器。     

  相关解决方案