试图运行项目时出错: 无法在 Web 服务器上启动调试。您没有调试该服务器的权限。

来源:互联网 发布:栈的算法 编辑:程序博客网 时间:2024/05/22 14:44

---------------------------
Microsoft 开发环境
---------------------------
试图运行项目时出错: 无法在 Web 服务器上启动调试。您没有调试该服务器的权限。

验证您是服务器上“Debugger Users”组的成员。
---------------------------
确定   帮助  
---------------------------
<script type="text/javascript">google_ad_client = "pub-2048279401139630";google_ad_slot = "8856771542";google_ad_width = 728;google_ad_height = 90;document.write("<s"+"cript type='text/javascript' s"+"rc='http://pagead2.googlesyndication.com/pagead/show_ads"+"."+"js'></scr"+"ipt>");</script>

原因:IE没有使用当前的登录用户
解决方法:
1、将 http://localhost/ 从可信站点删去,加到intranet
2、在IE选项->"安全设置"->"可信站点"->"自定义级别"里有"用户验",确认选中"自动使用当前用户名和密码登录"
 

<script type="text/javascript">google_ad_client = "pub-2048279401139630";google_ad_slot = "8856771542";google_ad_width = 728;google_ad_height = 90;document.write("<s"+"cript type='text/javascript' s"+"rc='http://pagead2.googlesyndication.com/pagead/show_ads"+"."+"js'></scr"+"ipt>");</script>
原创粉丝点击