.NET problemI have a .NET web application. When trying to run it in a debugging mode(F5), I always encounter this message:
____________________________________________________________________________
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 like to disable future attempt sto debug asp.net pages for this project?
______________________________________________________________________________
I have verified both my account aspnet account are in the debugger users group.
Can anyone give some hint?
Thanks
[四阳 (12-9 11:24, Long long ago)]
[ 传统版 |
sForum ][登录后回复]1楼
是在本地调试的么?建议你在本机做开发、调试,建立web application的时候,使用http://localhost/yourwebapplication
的路径建立你的project,这样子,只要你的VS.Net安装正确,应该不会出现问题……
倘若你是远程开发、调试的话,就得跟服务器的网管联系咯……[SPH_Wuvist (12-9 15:01, Long long ago)]
[ 传统版 |
sForum ][登录后回复]2楼
(引用 SPH_Wuvist:是在本地调试的么?建议你在本机做开发、调试,建立web application的时候,使用http://localhost/yourwebapplication 的路径建立你的pro...)agree[SmellsLikeTeenSpirit (12-9 21:07, Long long ago)] [ 传统版 | sForum ][登录后回复]3楼