473,378 Members | 1,410 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,378 software developers and data experts.

remote debugging problem - seemingly unsolvable?

Okay, so I'll try here now <g>

I've been battling this problem for over a week now. So, if nothing else,
hopefully my little tale of woe will be entertaining. But I'm really hoping
someone somewhere in the world has encountered this problem and knows how to
get around it.

If anyone has any NEW ideas for me, please please let me know. Thanks!

Here goes:

Last week, I was suddenly unable to do remote debugging of asp.net 1.1 on my
windows 2003 server. from my client machine where I use VS2003. The old "you
are not a member of the Debugger Users group" popped up. I tried another web
application. There too. Everywhere. I believe the culprit to be a recent
windows update on the server. Not SP1, I dealt with that this summer.
Of course, I am and always have been a member of the group. I checked. Yup
still there and still a member of Administrators as well. I went through all
the usual checks - folder permissions, etc etc etc.

I did a billion things I can't remember.

I reviewed all of the firewall and other checks on both machines as per this
MSDN article (http://support.microsoft.com/kb/833977) which I used when I
first updated to Windows 2003 SP1.

I removed myself from Administrators and D.U. and couldn't even open up the
project. Added myself back into administrator, was able to open the project
but got the d.u. error. Added myself back into D.U. and got the D.U. error.
I can, by the way run the project without debugging.

I uninstalled the VS remote components from the server and removed the
debugger user group. I reinstalled the VS Remote Components and added myself
into the new debugger user group.

All the while logging out logging in logging out logging in on the client
machine.

I reinstalled Windows 2003 server (though I did not repave the machine).

I added more accounts to debugger users: IWAM, IUSR, even tried to add
NETWORK SERVICE but you are not allowed as it is a security group.

I googled for hours and hours and hours.

But still I am told that I am not a member of Debugger Users.

I say Yes , I AM a member of Debugger Users.

But still I cannot debug. Oh boo hoo.

Any ideas at all?

thanks!

Julie Lerman
Jan 15 '06 #1
16 1657
On Sun, 15 Jan 2006 15:07:18 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
Last week, I was suddenly unable to do remote debugging of asp.net 1.1 on my
windows 2003 server. from my client machine where I use VS2003. The old "you
are not a member of the Debugger Users group" popped up. I tried another web


Julie,

Can you please post the exact error message word for word?

Jim Cheshire
----
Blog:
http://blogs.msdn.com/jamesche
Jan 16 '06 #2
Sure:
Error while trying to run project: Unable to start debugging on the web
server. Access is denied. Verify that you are an administrator or a member
of the 'Debugger Users' group on the machine you are trying to debug. After
being added to the 'Debugger Users' group, you must log off and log back on
for the setting to apply.
thanks
julie

"Jim Cheshire" <no****@nomail.com> wrote in message
news:u2********************************@4ax.com...
On Sun, 15 Jan 2006 15:07:18 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
Last week, I was suddenly unable to do remote debugging of asp.net 1.1 on
my
windows 2003 server. from my client machine where I use VS2003. The old
"you
are not a member of the Debugger Users group" popped up. I tried another
web


Julie,

Can you please post the exact error message word for word?

Jim Cheshire
----
Blog:
http://blogs.msdn.com/jamesche

Jan 16 '06 #3
On Sun, 15 Jan 2006 20:58:13 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
Sure:
Error while trying to run project: Unable to start debugging on the web
server. Access is denied. Verify that you are an administrator or a member
of the 'Debugger Users' group on the machine you are trying to debug. After
being added to the 'Debugger Users' group, you must log off and log back on
for the setting to apply.
thanks
julie

I would check two things:

1. Make sure that Windows Authentication is enabled on the Web site
in IIS.

2. Make sure that you have the Debug Programs user right in Local
Security Policy.
Jan 16 '06 #4
> I would check two things:

1. Make sure that Windows Authentication is enabled on the Web site
in IIS.
--absolutely <g>

2. Make sure that you have the Debug Programs user right in Local
Security Policy.
Looking in Local Policies/User Rights Assignment/Debug Programs: This is set
to Administrators (the group, not the account) and I am unable to make any
changes (add or remove). I am a member of the Administrators group.

Anything else??? (sheepish grin...)
"Jim Cheshire" <no****@nomail.com> wrote in message
news:nn********************************@4ax.com... On Sun, 15 Jan 2006 20:58:13 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
Sure:
Error while trying to run project: Unable to start debugging on the web
server. Access is denied. Verify that you are an administrator or a member
of the 'Debugger Users' group on the machine you are trying to debug.
After
being added to the 'Debugger Users' group, you must log off and log back
on
for the setting to apply.
thanks
julie


Jan 16 '06 #5
On Mon, 16 Jan 2006 10:22:30 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:

Anything else??? (sheepish grin...)


Is the Machine Debug Manager service running on the Web server box?
Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche
Jan 16 '06 #6
yes
and the firewall is aware of it (set in exceptions)
"Jim Cheshire" <no****@nomail.com> wrote in message
news:np********************************@4ax.com...
On Mon, 16 Jan 2006 10:22:30 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:

Anything else??? (sheepish grin...)


Is the Machine Debug Manager service running on the Web server box?
Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche

Jan 16 '06 #7
and just as an fyi - since it's buried in the original email... I have done
all of these things:
http://support.microsoft.com/kb/833977

I did them when I originally installed SP1 on the server this summer. But I
checked each of the items when this problem cropped up earlier this month.

julie

"Jim Cheshire" <no****@nomail.com> wrote in message
news:np********************************@4ax.com...
On Mon, 16 Jan 2006 10:22:30 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:

Anything else??? (sheepish grin...)


Is the Machine Debug Manager service running on the Web server box?
Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche

Jan 16 '06 #8
On Mon, 16 Jan 2006 11:14:35 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
and just as an fyi - since it's buried in the original email... I have done
all of these things:
http://support.microsoft.com/kb/833977

I did them when I originally installed SP1 on the server this summer. But I
checked each of the items when this problem cropped up earlier this month.


Julie,

I would open a case with our support guys. They have some tools they
can run to identify the problem.

Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche
Jan 16 '06 #9
maybe that's what I'll do

do you think I should consider repaving the box? I am not a sysadmin and it
is painful for me to rebuild my server. It is not in production, it is what
I use for development.

thanks for your help though

julie

"Jim Cheshire" <no****@nomail.com> wrote in message
news:d1********************************@4ax.com...
On Mon, 16 Jan 2006 11:14:35 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
and just as an fyi - since it's buried in the original email... I have
done
all of these things:
http://support.microsoft.com/kb/833977

I did them when I originally installed SP1 on the server this summer. But
I
checked each of the items when this problem cropped up earlier this month.


Julie,

I would open a case with our support guys. They have some tools they
can run to identify the problem.

Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche

Jan 16 '06 #10
On Mon, 16 Jan 2006 14:13:30 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
maybe that's what I'll do

do you think I should consider repaving the box? I am not a sysadmin and it
is painful for me to rebuild my server. It is not in production, it is what
I use for development.

thanks for your help though


I wouldn't do that. It may be an environmental issue that would just
return.

Remove debugging with VS 2002/2003 is sometimes problematic because
there are so many dependencies that must be working correctly.
Troubleshooting it is the best bet.

Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche
Jan 16 '06 #11
okey doke
thanks again, jim.
I will post back the resolution!

"Jim Cheshire" <no****@nomail.com> wrote in message
news:2o********************************@4ax.com...
On Mon, 16 Jan 2006 14:13:30 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
maybe that's what I'll do

do you think I should consider repaving the box? I am not a sysadmin and
it
is painful for me to rebuild my server. It is not in production, it is
what
I use for development.

thanks for your help though


I wouldn't do that. It may be an environmental issue that would just
return.

Remove debugging with VS 2002/2003 is sometimes problematic because
there are so many dependencies that must be working correctly.
Troubleshooting it is the best bet.

Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche

Jan 16 '06 #12
I'm experience the very same issue with all the possible resolutions not
helping any. Please post back if you get a solution.

"Julie Lerman" wrote:
okey doke
thanks again, jim.
I will post back the resolution!

"Jim Cheshire" <no****@nomail.com> wrote in message
news:2o********************************@4ax.com...
On Mon, 16 Jan 2006 14:13:30 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
maybe that's what I'll do

do you think I should consider repaving the box? I am not a sysadmin and
it
is painful for me to rebuild my server. It is not in production, it is
what
I use for development.

thanks for your help though


I wouldn't do that. It may be an environmental issue that would just
return.

Remove debugging with VS 2002/2003 is sometimes problematic because
there are so many dependencies that must be working correctly.
Troubleshooting it is the best bet.

Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche


Jan 23 '06 #13
I have spent many many hours working with the support people and so far -
nothing has helped.

They are now pointing at the fact that this TESTING server has IIS and is a
domain controller at the same time and saying I should get rid of the domain
controller. But it has worked this way for four years without a problem and
I need to have this set up to emulate my clients network (which is spread
out over numerous servers).

My next test is to set up a new win2003 server on a vpc and try to remote
debug against that.

I have to say, I'm starting to get really tired of it. But they have been
amazingly persistent and helpful!

We have looked at a lot of things that I would never have thought to. Hmmm -
one thing is that we made the original problem go away and replaced it wiht
a new problem. Originally, when looking at the IIS logs, the DEBUG
instruction was never getting there. Now it gets there, but it keeps asking
the client machine to authenticate and the client tries over and over, then
it fails. The new message is "can't start debugging on the server. Not
implemented." We don't know WHAT is not implemented! ;-)

Julie

"Chris Raudabaugh" <Chris Ra********@discussions.microsoft.com> wrote in
message news:4F**********************************@microsof t.com...
I'm experience the very same issue with all the possible resolutions not
helping any. Please post back if you get a solution.

"Julie Lerman" wrote:
okey doke
thanks again, jim.
I will post back the resolution!

"Jim Cheshire" <no****@nomail.com> wrote in message
news:2o********************************@4ax.com...
> On Mon, 16 Jan 2006 14:13:30 -0500, "Julie Lerman"
> <jl*****@thedatafarm.com> wrote:
>
>>maybe that's what I'll do
>>
>>do you think I should consider repaving the box? I am not a sysadmin
>>and
>>it
>>is painful for me to rebuild my server. It is not in production, it is
>>what
>>I use for development.
>>
>>thanks for your help though
>>
>
> I wouldn't do that. It may be an environmental issue that would just
> return.
>
> Remove debugging with VS 2002/2003 is sometimes problematic because
> there are so many dependencies that must be working correctly.
> Troubleshooting it is the best bet.
>
> Jim Cheshire
> --
> Blog:
> http://blogs.msdn.com/jamesche


Jan 24 '06 #14
On Tue, 24 Jan 2006 16:23:42 -0500, "Julie Lerman"
<jl*****@thedatafarm.com> wrote:
I have spent many many hours working with the support people and so far -
nothing has helped.

They are now pointing at the fact that this TESTING server has IIS and is a
domain controller at the same time and saying I should get rid of the domain
controller. But it has worked this way for four years without a problem and
I need to have this set up to emulate my clients network (which is spread
out over numerous servers).

My next test is to set up a new win2003 server on a vpc and try to remote
debug against that.

I have to say, I'm starting to get really tired of it. But they have been
amazingly persistent and helpful!

We have looked at a lot of things that I would never have thought to. Hmmm -
one thing is that we made the original problem go away and replaced it wiht
a new problem. Originally, when looking at the IIS logs, the DEBUG
instruction was never getting there. Now it gets there, but it keeps asking
the client machine to authenticate and the client tries over and over, then
it fails. The new message is "can't start debugging on the server. Not
implemented." We don't know WHAT is not implemented! ;-)


I gave the guy working your case some suggestions.
Jim Cheshire
--
Blog:
http://blogs.msdn.com/jamesche
Jan 24 '06 #15
Thanks for the update...

In my case, my server is in its own workgroup, and a fresh install overall
and it has never worked.

Anything you can post as a followup with be Much-O Appreciat-O.

In the meantime, I guess I will check my IIS logs to see if anything
specific jumps out at me.

"Julie Lerman" wrote:
I have spent many many hours working with the support people and so far -
nothing has helped.

They are now pointing at the fact that this TESTING server has IIS and is a
domain controller at the same time and saying I should get rid of the domain
controller. But it has worked this way for four years without a problem and
I need to have this set up to emulate my clients network (which is spread
out over numerous servers).

My next test is to set up a new win2003 server on a vpc and try to remote
debug against that.

I have to say, I'm starting to get really tired of it. But they have been
amazingly persistent and helpful!

We have looked at a lot of things that I would never have thought to. Hmmm -
one thing is that we made the original problem go away and replaced it wiht
a new problem. Originally, when looking at the IIS logs, the DEBUG
instruction was never getting there. Now it gets there, but it keeps asking
the client machine to authenticate and the client tries over and over, then
it fails. The new message is "can't start debugging on the server. Not
implemented." We don't know WHAT is not implemented! ;-)

Julie

"Chris Raudabaugh" <Chris Ra********@discussions.microsoft.com> wrote in
message news:4F**********************************@microsof t.com...
I'm experience the very same issue with all the possible resolutions not
helping any. Please post back if you get a solution.

"Julie Lerman" wrote:
okey doke
thanks again, jim.
I will post back the resolution!

"Jim Cheshire" <no****@nomail.com> wrote in message
news:2o********************************@4ax.com...
> On Mon, 16 Jan 2006 14:13:30 -0500, "Julie Lerman"
> <jl*****@thedatafarm.com> wrote:
>
>>maybe that's what I'll do
>>
>>do you think I should consider repaving the box? I am not a sysadmin
>>and
>>it
>>is painful for me to rebuild my server. It is not in production, it is
>>what
>>I use for development.
>>
>>thanks for your help though
>>
>
> I wouldn't do that. It may be an environmental issue that would just
> return.
>
> Remove debugging with VS 2002/2003 is sometimes problematic because
> there are so many dependencies that must be working correctly.
> Troubleshooting it is the best bet.
>
> Jim Cheshire
> --
> Blog:
> http://blogs.msdn.com/jamesche


Jan 24 '06 #16
Jim - thanks for your continued help.

Chris -

after spending way too much time on this problem, I have had to shelve it
for a while and get on with my life...

julie

"Chris Raudabaugh" <Ch*************@discussions.microsoft.com> wrote in
message news:E6**********************************@microsof t.com...
Thanks for the update...

In my case, my server is in its own workgroup, and a fresh install overall
and it has never worked.

Anything you can post as a followup with be Much-O Appreciat-O.

In the meantime, I guess I will check my IIS logs to see if anything
specific jumps out at me.

"Julie Lerman" wrote:
I have spent many many hours working with the support people and so far -
nothing has helped.

They are now pointing at the fact that this TESTING server has IIS and is
a
domain controller at the same time and saying I should get rid of the
domain
controller. But it has worked this way for four years without a problem
and
I need to have this set up to emulate my clients network (which is spread
out over numerous servers).

My next test is to set up a new win2003 server on a vpc and try to remote
debug against that.

I have to say, I'm starting to get really tired of it. But they have been
amazingly persistent and helpful!

We have looked at a lot of things that I would never have thought to.
Hmmm -
one thing is that we made the original problem go away and replaced it
wiht
a new problem. Originally, when looking at the IIS logs, the DEBUG
instruction was never getting there. Now it gets there, but it keeps
asking
the client machine to authenticate and the client tries over and over,
then
it fails. The new message is "can't start debugging on the server. Not
implemented." We don't know WHAT is not implemented! ;-)

Julie

"Chris Raudabaugh" <Chris Ra********@discussions.microsoft.com> wrote in
message news:4F**********************************@microsof t.com...
> I'm experience the very same issue with all the possible resolutions
> not
> helping any. Please post back if you get a solution.
>
> "Julie Lerman" wrote:
>
>> okey doke
>> thanks again, jim.
>> I will post back the resolution!
>>
>> "Jim Cheshire" <no****@nomail.com> wrote in message
>> news:2o********************************@4ax.com...
>> > On Mon, 16 Jan 2006 14:13:30 -0500, "Julie Lerman"
>> > <jl*****@thedatafarm.com> wrote:
>> >
>> >>maybe that's what I'll do
>> >>
>> >>do you think I should consider repaving the box? I am not a sysadmin
>> >>and
>> >>it
>> >>is painful for me to rebuild my server. It is not in production, it
>> >>is
>> >>what
>> >>I use for development.
>> >>
>> >>thanks for your help though
>> >>
>> >
>> > I wouldn't do that. It may be an environmental issue that would just
>> > return.
>> >
>> > Remove debugging with VS 2002/2003 is sometimes problematic because
>> > there are so many dependencies that must be working correctly.
>> > Troubleshooting it is the best bet.
>> >
>> > Jim Cheshire
>> > --
>> > Blog:
>> > http://blogs.msdn.com/jamesche
>>
>>
>>


Jan 28 '06 #17

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...
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.