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..

Last post 07-23-2008 5:53 AM by Vbindu. 11 replies.

Sort Posts:

  • 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..

    04-11-2007, 1:46 PM
    • Loading...
    • MEight
    • Joined on 07-27-2005, 5:23 PM
    • Posts 48

    Hello.

    Can't quite figure out how to get this to work. It sounds like I am having permissions problems. Read through several articles but nothing worked so far. This is my configuration and what I have done.

     Windows XP Pro, Visual Studio.Net 2003, IIS 5.1, Local debugging and hosting

    I had to re-install IIS again after Visual Studio.Net 2003 due to IIS not working the first time! Ran into a quick error of not being able to start due to permissions. So I typed this in at a dos command prompt:   %windir%\Microsoft.Net\Framework\v1.1.4322\aspnet-regiis.exe -i    (This fixed the problem and allowed me to create a web application in VS.Net 2003) But when I try to launch the application F5 (in debug / release) I get the following error 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 'Debgger Users' group on the server.

    (1) In IIS, I clicked the properties of the default website and checked the Directory Security Tab & Edit and verified I am using Integrated Windows Authentication.

    (2) In IIS, I clicked the properties of the default website and checked the WebSite Tab and verified that the HTTP Keep-Alives Enabled is checked.

    (3) I added http://localhost to IE7's trusted sites list (Tools/InternetOptions/SecurityTab)

    I'm suspecting that the problem is with Users and Groups permissions. (Control Panels/Administrative Tools/Computer Management)

    (4) I tried Adding "Administrator", "Power User" and "Debugger Users" groups to the users "ASPNET", "ISUR_N2" and "M8" (my user account). But I still get the error message!

     Am I doing this incorrectly?

    Please help! Thank you.

     

  • Re: 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..

    04-14-2007, 4:26 AM
    • Loading...
    • praveenas
    • Joined on 10-10-2003, 1:15 AM
    • India
    • Posts 4

    hi,

    Try changing the application pool for the Application from default to classic asp.

    good luck

    praveen

     

     

    www.aexea.asia
  • Re: 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..

    05-03-2007, 2:42 PM
    • Loading...
    • MEight
    • Joined on 07-27-2005, 5:23 PM
    • Posts 48

    Thanxs Praveen.

    How do I change the application pool?  I'm using IIS 5.1

    Also what does it mean when it states to verify that I am a member of the "Debugger Users" group on the server? What server? IIS?

    I have configured all users from the "Computer Management" utility so that they all belong to "Debugger Users", but still no go.

    Strange.

  • Re: 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..

    05-04-2007, 11:26 AM
    • Loading...
    • RamG
    • Joined on 05-04-2007, 2:22 PM
    • Posts 18

    Try to go to Administrative Tools and then to Local Security Policy. And then add EVERYONE to the policy Impersonate a client after authentication(found within Local Policies/User Rights Assignment). Restart your IIS and try to debug the application.

    Hope this helps

    RamG 

     

  • Re: 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..

    05-04-2007, 3:10 PM
    You need to be in the debugging user group. While you are figuring how to all that good stuff, you could run the your application from you VS with out debugging using "Cntl +F5". This would run the application with out attaching the ASP.NET worker processor to debugger.
  • Re: 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..

    05-04-2007, 3:14 PM
    • Loading...
    • ajayg
    • Joined on 07-06-2005, 8:13 PM
    • Posts 32

    Check your web.config file too, do you have the allow debugging attribute set to true.

    Also your ASPNET user does not seem to have access rights to IIS.

  • Re: 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..

    02-13-2008, 12:27 AM

    Hello MEight,

    Did you get any solution to your problem ???

    I 'm also getting the same error and also tried all the stuff which u hv explained in 4 points.

    But problem is still persisting.

    Do suggest me a remedy .  Thank you. 

  • Re: 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..

    03-09-2008, 10:19 PM
    • Loading...
    • MEight
    • Joined on 07-27-2005, 5:23 PM
    • Posts 48

    Hi. Vaibhav.

    Sorry for the late reply. Didn't see your message until now.

    Bad news. I never found a (acceptable) solution to my problem. Since it was vital to get it to work. I actually re-formatted my computer with a clean OS and re-installed all the software. It worked fine after that. (Not a good solution at all. A last resort).

  • Re: 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..

    03-11-2008, 10:13 AM
    Answer
    • Loading...
    • rahul_itpro
    • Joined on 02-07-2008, 2:25 PM
    • New Delhi, INDIA
    • Posts 42

     Hi,

    I had a similar problem and i have rectified this thing by changing the integrated windows security checkbox.

    To do this goto IIS5.1 management console and then go to your website/virtual directory in IIS under websites folder.

    Then right click and goto properties of virtual directory/website. Then goto Directory Security tab and then click Edit button under anonymous control and authentication control and then make sure to check the last checkbox which states Integrated windows security.

     

    This has solved my problem and hope this will help you.

    Thanks,

    Rahul
    Happy Programming
  • Re: 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..

    05-19-2008, 10:58 PM
    • Loading...
    • tobydodds
    • Joined on 05-20-2008, 2:54 AM
    • Posts 1

    VS2003 on XP Pro, .Net 1.1 

    I was stuck on this for a long time as well.  All it took in the end was lowering my security levels in IE.

     Tools > Internet Options > Security > Trusted Sites > setting lowered to Low

     Debugging worked.

    Works!   Sure wish I'd come to this solution sooner. 

  • Re: 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..

    06-04-2008, 10:42 PM
    • Loading...
    • PennyFox
    • Joined on 08-22-2006, 8:38 AM
    • Taipei
    • Posts 4

    well, u don't need to re-install OS,

    simply close your VS, re-install IIS and that should work(if u tried the solution the others guys posted and doesn't work). 

    Moon with Ice...
  • Re: 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..

    07-23-2008, 5:53 AM
    • Loading...
    • Vbindu
    • Joined on 07-04-2008, 1:51 AM
    • Posts 3

     Hi

    I am Facing the Same Problem.I am not able to get through any Solution

     

    I am using Windows 2003 ,with VS 2003 and IIS 6.0

    Please help 

Page 1 of 1 (12 items)
Microsoft Communities
Page view counter