473,424 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,424 software developers and data experts.

Remote debugging with asp.net (or lack thereof)

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.

Nov 19 '05 #1
3 1056
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.

--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: http://www.lennybacon.com/
"vbMental" <vb******@discussions.microsoft.com> wrote in message
news:B0**********************************@microsof t.com...
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.

Nov 19 '05 #2
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?

"Daniel Fisher(lennybacon)" wrote:
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.

--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: http://www.lennybacon.com/
"vbMental" <vb******@discussions.microsoft.com> wrote in message
news:B0**********************************@microsof t.com...
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.


Nov 19 '05 #3
Michael Willers <http://staff.newtelligence.net/michaelw/> wrote a nice
little tool in c++ that allows you to debug ASP.NET as NonAdmin.

He's in hollydays until next week....

maybe the terminalserver solution can solve something for you

http://msdn.microsoft.com/library/?u...Privileges.asp

--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: http://www.lennybacon.com/
"vbMental" <vb******@discussions.microsoft.com> wrote in message
news:25**********************************@microsof t.com...
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?

"Daniel Fisher(lennybacon)" wrote:
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.

--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: http://www.lennybacon.com/
"vbMental" <vb******@discussions.microsoft.com> wrote in message
news:B0**********************************@microsof t.com...
> 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.
>


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bihari Srinivasan | last post by:
I am using two PCs, say PC-1 and PC-2 in a networked environment (TCP/IP). Both of these run Windows 2000. PC-1 is a development platform and PC-2 is a remote debug platform. I have a very...
3
by: Nick Bunton | last post by:
I have setup remote debugging on an NT4 workstation for testing. I then build from the debug config on my machine and copy all the files from the /bin/debug folder including the .PDB files. I then...
3
by: INGSOC | last post by:
I spent a few hours today setting up remote debugging in VS.2003 I had to disable the firewall, subvert the security scheme and let anonymous users have full access to my COM+ objects on my...
1
by: Ken Allen | last post by:
I have encountered a problem with remote debugging under VS 2005 and ..Net 2.0 -- it seems that the framework installation does not include the "Microsoft .Net Framework 2.0 Configuration" tool! ...
0
by: Ken Allen | last post by:
The MSDN documentation on remote debugging is a bit sparse, to say the least, and there is almost no information available on the 'best' way to configure this. I should note that my development...
7
by: | last post by:
I'm writing an ASP.NET app, using Visual Studio 2003. VS is running locally on my laptop, but the web app is running on a remote server. My laptop is not in the domain. I do have a domain account....
1
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts:...
3
by: Rick | last post by:
We have a web site that was built as an ASP.Net Web Site, I am unable to remote debug, when build ing the web site there is not a dll or PDB file generated. I can debug on my local machine but...
3
by: Yves Gagnon | last post by:
Hi, I try to debug a WCF hosted in a windows services on a serveur that is on an other domaine then my developpement machine. I tried many things without succes. Here is what I tried: First I...
7
by: luker | last post by:
Hello Experts, I am writing an application for a device running windows xp embedded. I want to code on my developer pc and deploy the running executable to the embedded device. - The two boxes...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.