Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Re: Debugging Issues...plz Help :)


Message #1 by Chris_Tremblay@h... on Wed, 13 Nov 2002 07:08:33
You may be the member of "Debugger users" group, but it's possible you don't
have the right to 
debug the aspnet worker process, because you are not the "aspnet" user 
account or the member of "Administrators" group. 

Try adding your user account to the "Administrators" group on the machine.

HTH

Phil

-----Original Message-----
From: Chris_Tremblay@h... [mailto:Chris_Tremblay@h...]
Sent: 13 November 2002 07:09
To: ASPX_Professional
Subject: [aspx_professional] Re: Debugging Issues...plz Help :)


I am having the same problem.  It happened to me after I changed the root 
namespace name from mtgfanatic2 to mtgfanatic.  I then went to all of my 
aspx.vb pages and changed the Inherits=mtgfanatic2.*** to 
mtgfanatic.***.  When I was all done, I tried to start my application.  
It would not debug.  I then changed my application name from mtgfanatic2 
to mtgfanatic.  Still no debugging.  I started a new project.  The 
project debugging worked fine.  I tried to import all of my files to the 
new project.  Oh, no, problem again!  I can't debuf this application 
anymore.  I went through all of the steps on the Microsoft web site, but 
to no avail.

I need some help bad, so if anyone has any idea, plese reply.

Thanks,
Chris Tremblay


> Rick,
> 
> 	Make also sure that the "Debugger Users" and/or the
> ASPNET.aspnet_wp-account and/or the "VS Developers" group has also NTFS
> access to the web folders (and sub-folders).
> 
> Minh.
> 
> -----Original Message-----
> From: Vili [mailto:learnm@h...] 
> Sent: Tuesday, February 26, 2002 6:30 PM
> To: ASPX_Professional
> Subject: [aspx_professional] Re: Debugging Issues...plz Help :)
> 
> 
> > Hello,
> > I am trying to run my ASP app from the IDE by going under 
> > Debug->Start. I cannot start my application this way. I get a message 
> > Box that says the
> > following:
> > 
> > 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 you like to disable future attempts to debug ASP.Net pages for 
> > this probject?
> > 
> > 
> > So, I went to computer management and checked the groups, I was there,
> but I
> > added everyone with full control anyhow just to make sure. I still 
> > cannot get the ability to Debug. I am on Windows 2000 Server. I am 
> > working from
> my
> > local machine. Anyhelp at all would be greatly appreciated.
> > 
> > Thanks,
> > Rick.
> 
> 
> 
> _________________________________________________________
> 
> Do You Yahoo!?
> 
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 

  Return to Index