代码改变世界

ASP.NET常见问题

2011-06-22 11:01  qinuo  阅读(173)  评论(0编辑  收藏  举报

  没有权限,无法在服务器上调试
Error while trying to run project: unable to start debugging on the web server.
You do not have permissions to debug the server.
Verify that you are a member of the debugger users’ group on the server.
Would you like disable future attempts to debug asp.net pages for this project?
解决方法:由于系统安全、权限设置不合适。
(1)
确认“集成WINDOWS身份验证”被选择
(2)
再确认登陆帐户对于IIS设定的目录具有完全控制权限。
(3)
如果你创建的WEB项目是机器名,说明目前站点是一个INTERNER站点,
IE的默认设置将影响你的调试。
 
 项目未配置好,无法在服务器上进行调试
Error while trying to run project: unable to start debugging on the web server.
The project is not configured to be debugged.
For asp.net projects, verify that you have a valid project file called ”web.config” for the URL specified and ‘debug’ is set to ‘true’ in that file.
For ATL server projects , verify that the ‘DEBUG’ verb is associated with your ISAPI extension.would you like to disable future attempts to debug asp.net pages for this project?
解决方法:该提示说明你的项目文件WEB.CONFIG未配置为“可调试”,请打开“WEB.CONFIG”确认“DEBUG=TRUE”
 
 访问被拒绝,请确认你是管理员或“DEBUGGER USERS”用户组的成员
Error while trying to run project : unable to start debugging.
Access is denied. Verify that you are an administrator or a member of the ‘debugger users’ group on the machine you are trying to debug. After being added to the ‘debugger users’ group ,you must log off and log back on for the setting to apply.
解决方法:
1、以管理员身份登陆
2、将该访问帐户加入‘DEBUGGER USERS’组

电话录音卡录入