enabling the debugging in VS2003 on Win2003

S

So

Hi All,

Does any one know how to enable the debugging in VS2003 on
Win2003 Ent, for local or remote ASP.net web project.
The instructions given in the MSDN does not help.
Even tried the ones at http://weblogs.asp.net/mkpark/articles/86872.aspx
but could get debugging to work. So something must have gone wrong that
require fixing besides following normal enabling steps.
I keep getting the "you are not a member of debugger group" message, even
though I (as administrator) am.

Thanks for your time.
 
M

Mona

Hi,

The error that you are getting indicates that you may not be the member of Debugger Users
group on the machine.You would need to add your user account into Debugger Users group
on the machine to resolve this error.

To add your user account into Debugger Users group, you need to do the following:

1.. Log in as Administrator.
2.. Run Computer management in Administrator tools.
3.. Choose the Local users and groups\groups node.
4.. Double-click the Debugger Users group in right pane.
5.. Click the Add button in the Debugger users properties dialog box.
6.. Type your user account and click OK.
HTH

Mona[Grapecity]
 
S

So

Thanks for your reply.
As I said I followed the MSDN instructions and am (as Administrator) already
a member of Debugger Users group. But still get this message. Any other
idea?

PS: After starting (without debugging) the Project (shift+F5), I can
nevertheless attach to the w3wp.exe process and perform the debugging. But
it complains when I want to Start with Debugging (F5 only)

Thanks for your time and help.

Hi,

The error that you are getting indicates that you may not be the member of
Debugger Users
group on the machine.You would need to add your user account into Debugger
Users group
on the machine to resolve this error.

To add your user account into Debugger Users group, you need to do the
following:

1.. Log in as Administrator.
2.. Run Computer management in Administrator tools.
3.. Choose the Local users and groups\groups node.
4.. Double-click the Debugger Users group in right pane.
5.. Click the Add button in the Debugger users properties dialog box.
6.. Type your user account and click OK.
HTH

Mona[Grapecity]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top