Remote debugging with asp.net (or lack thereof)

G

Guest

Has anyone gotten this to work successfully ?

My setup:
---------------------------------
Workstation: VS2003
Server: Windows 2003 Server -or- Windows XP SP1

In trying to develop with a non-administrator account ,I always get this
error: "Unable to start debugging... Access Denied..."
In some scenarios, it says, "Make sure the user is a member of
administrators or debugger users..."

So far, I have tried:
Adding my user account (on the server) to the Debugger Users, VS_Developers,
and on Server 2003 - the IIS_WPG groups.
I even tried adding the account in dcomcnfg.

Personally, I have yet to see this work the way it should.
 
D

Daniel Fisher\(lennybacon\)

You must be logged on as a user of the local domain and set the SE_DEBUG
privilege if you want to debug remote as non-admin.
 
G

Guest

Do you mean logged on as an administrator on the remote computer and how dou
set the SE_DEBUG privelege?
I'm sorry to sound clueless but from the text I read, the idea was to
achieve debugging without being an administrator. Can you provide a little
more detail?
 

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