Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help

Unable to Start Debugging on the Server. You do not have permission to debug

Have you ever faced that error before?

I have started development lately on a Windows 2003 Standard Server, having both VS.NET 2003 and VS.NET 2005 installed.

I was trying to open a DotNetNuke project yesterday and got the error by VS.NET 2003:

Error while trying to run the 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

I have Integrated Security on, Network Service, ASPNET, Administrator (Local Account), IUSR_MachineName accounts all added in the Debugger Users group.

Lately, I figured out after reading this document, How To Solve Debugger Problems

If you created the web project with a full machine name (like “machinename.domainname.something”), the web site is recognized as “Internet” site.
So the default setting of IE will impact on the behavior of log on. In this case, you need to enable logging on with your current user account in “Internet” area with IE setting.

But it is not the default setting of IE, so you’d be better off if you create project with only the machine name.

 

So, open the IE browser, go to --> Tools --> Internet Options --> Security --> Custom Level --> User Authentication --> Select Automatic Logon with current username/password

 

This will hopefully, fix your problem.

 

Regards

Published Saturday, January 14, 2006 10:46 AM by BilalHaidar [MVP]

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: Unable to Start Debugging on the Server. You do not have permission to debug

I have the same problem. After I installed VS 2005 and .NET 2 on the server I can no longer debug old VS 2003/.NET 1 web projects. VS2005 projects works fine though. I have check security settings, done what you say above, made sure correct members of the debugging group etc. etc. Every thing I could find on the net, but still no luck. I noticed only ASP.NET 2.0.xxxx was installed as an ISAPI filter on the default web site folder in IIS Admin. I tried to manually add ASP.NET 1.4 but it still didn't work.
Friday, March 17, 2006 1:44 AM by Trygve Lorentzen

# re: Unable to Start Debugging on the Server. You do not have permission to debug

Hello:

Have you checked the word document, whose link is mentioned in the post? Check it, you might find your solution there. That problem is really weird, and always happen from time to time. Regards

Monday, March 20, 2006 10:48 PM by BilalHaidar [MVP]

Leave a Comment

(required) 
required 
(required)