problem i installing .net

srivalli

Well-known member
Joined
May 4, 2005
Messages
189
Programming Experience
Beginner
i installed vs.net with latest components.
windows applications is working fine.
and for web applications,the project is being opened,but while running the project the following error is shown:


"Error while trying to run project.Unable to start debugging onweb server.you do not have permissions to debug the server.

verify that you are a member of 'Debugger users' groups on server.would u like to disable future attempts to debug asp.net pages for this project?"

what do i do?
 
ok go to control panel---->administrative tools ------> computer management
then chosse Local users and groups , click on groups and look at the Debugger Users and be sure your account is there if not go and add it or ask the admin to do it

also you may like to have a look on that
BUG: Permissions Error When You Try to Debug an ASP.NET Web Application
 
Back
Top