Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Wed, 3 Sep 2008 15:53:27 -0500,    group: microsoft.public.dotnet.framework.aspnet        back       


Can't debug because I'm not a debugger   
We recently got new machines and I've been having a hell of a time getting 
IIS and VS2003 back up in running order.

We still have to maintain some 1.1 apps so want to keep being able to test 
VS2003 apps on my localhost.

At the moment, I can't, as I get this error:

---------------------------
Microsoft Development Environment
---------------------------
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.
---------------------------
OK   Help
---------------------------

I tried the obvious, adding myself to that group as stated, but that doesn't 
work.

I then did all of the suggestions here:

http://www.extremeexperts.com/Net/FAQ/DebuggingProbleminASPNET.aspx


and then I did another common suggestion, which was to make sure localhost 
was a trusted site in IE.

Still no luck and still get the same error.

Any other ideas as to what to fix? When it says 'Verify that you are a 
member of the 'Debugger Users' group' what account is 'you' actually 
referring to? Right now, the dubuggers group contains my AD account, the 
local machine Admin account and I tossed in ASPNET account for good measure. 
Is there an account I'm missing?

-Darrel
date: Wed, 3 Sep 2008 15:53:27 -0500   author:   darrel

Re: Can't debug because I'm not a debugger   
"darrel"  wrote in message 
news:uBhMecgDJHA.1228@TK2MSFTNGP02.phx.gbl...
> We recently got new machines and I've been having a hell of a time getting 
> IIS and VS2003 back up in running order.
>
> We still have to maintain some 1.1 apps so want to keep being able to test 
> VS2003 apps on my localhost.
>
> At the moment, I can't, as I get this error:
>
> ---------------------------
> Microsoft Development Environment
> ---------------------------
> 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.
> ---------------------------
> OK   Help
> ---------------------------
>
> I tried the obvious, adding myself to that group as stated, but that 
> doesn't work.
>
> I then did all of the suggestions here:
>
> http://www.extremeexperts.com/Net/FAQ/DebuggingProbleminASPNET.aspx
>
>
> and then I did another common suggestion, which was to make sure localhost 
> was a trusted site in IE.
>
> Still no luck and still get the same error.
>
> Any other ideas as to what to fix? When it says 'Verify that you are a 
> member of the 'Debugger Users' group' what account is 'you' actually 
> referring to? Right now, the dubuggers group contains my AD account, the 
> local machine Admin account and I tossed in ASPNET account for good 
> measure. Is there an account I'm missing?
>
> -Darrel

Turn off Anonymous Access
date: Wed, 3 Sep 2008 14:05:59 -0700   author:   Jeff Dillon

Re: Can't debug because I'm not a debugger   
> Turn off Anonymous Access

I did that too. Same error.

-Darrel
date: Wed, 3 Sep 2008 16:21:57 -0500   author:   darrel

Re: Can't debug because I'm not a debugger   
"darrel"  wrote in message 
news:%23hifZsgDJHA.1628@TK2MSFTNGP02.phx.gbl...
>> Turn off Anonymous Access
>
> I did that too. Same error.
>
> -Darrel

Check the Event Log?
date: Wed, 3 Sep 2008 14:25:00 -0700   author:   Jeff Dillon

Re: Can't debug because I'm not a debugger   
> Check the Event Log? 

Hmm...nope. Nothing is being logged in the Event View for this.

Looks like I might be reinstalling IIS and VS...

-Darrel
date: Wed, 3 Sep 2008 16:33:05 -0500   author:   darrel

Re: Can't debug because I'm not a debugger   
See if this helps

http://support.microsoft.com/kb/817034/en-us

Regards,

Trevor Benedict
MCSD

"darrel"  wrote in message 
news:uBhMecgDJHA.1228@TK2MSFTNGP02.phx.gbl...
> We recently got new machines and I've been having a hell of a time getting 
> IIS and VS2003 back up in running order.
>
> We still have to maintain some 1.1 apps so want to keep being able to test 
> VS2003 apps on my localhost.
>
> At the moment, I can't, as I get this error:
>
> ---------------------------
> Microsoft Development Environment
> ---------------------------
> 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.
> ---------------------------
> OK   Help
> ---------------------------
>
> I tried the obvious, adding myself to that group as stated, but that 
> doesn't work.
>
> I then did all of the suggestions here:
>
> http://www.extremeexperts.com/Net/FAQ/DebuggingProbleminASPNET.aspx
>
>
> and then I did another common suggestion, which was to make sure localhost 
> was a trusted site in IE.
>
> Still no luck and still get the same error.
>
> Any other ideas as to what to fix? When it says 'Verify that you are a 
> member of the 'Debugger Users' group' what account is 'you' actually 
> referring to? Right now, the dubuggers group contains my AD account, the 
> local machine Admin account and I tossed in ASPNET account for good 
> measure. Is there an account I'm missing?
>
> -Darrel
date: Wed, 3 Sep 2008 14:40:58 -0700   author:   Trevor Benedict

Re: Can't debug because I'm not a debugger   
> See if this helps
>
> http://support.microsoft.com/kb/817034/en-us

That's an incredibly confusing help document.

It appears the Symptom is the same as the workaround and that both are 
related to basic authentication, which I'm not using. Or am I not reading 
that document correctly?

-Darrel
date: Wed, 3 Sep 2008 17:08:07 -0500   author:   darrel

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us