473,722 Members | 2,240 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to start debugging

Hi everybody,

My problem seems a bit clichè but I could not work around.

Well I read lots of MSDN papers and discussions, but my problem is a bit
different from them. When I tried to run the project in debug mode (by
hitting F5) it gives an error message

"Error while trying to run project: Unable to start debugging on the web
server.
Click Help for more information"

While surfing the net I saw lots of error messages like this but all of them
had an explanation with them like "Access is denied" or "The project is not
configured for debugging" and so on. Mine has no explanations...

I went through lots of guidelines that say re-registering aspnet_isapi.dl l,
running aspnet_regiis -i, checking server configuration whether it has
'Integrated Windows Authantication' , creating the project with the name of
the server instead of the IP number and so on.

I must also mention that I can attach the process manually without any
problems.

The server is:
Win 2000 SP4 with IIS 5.0 and SQL 2000
Domain Controller

The client is:
Win XP Professional

Both has Framework 1.1 installed, and I also run Remote Debugging Setup from
VS.Net CD1 on the server. Just one thing to mention, it gave a warning while
installing Analyze Server concerning about it could not add the account to
the Debugger Users group, since it's a domain controller.
I log on using my domain account which is Administrator on client machine
and is in Domain Administrators and Debugger Users on the server.

Hope someone can help.

Thanks in advance
Serdar KALAYCI
Nov 18 '05 #1
16 4213
Hi Serdar,

Are you running SP2 on your Windows XP machine by any chance?

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
From: "Serdar Kalaycý" <se***********@ unisec.com.tr>
Subject: Unable to start debugging
Date: Thu, 12 Aug 2004 18:27:12 +0300
Lines: 44
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <#g************ *@TK2MSFTNGP12. phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: 212.175.3.140
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG XA01.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 2
phx.gblXref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 14
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Hi everybody,

My problem seems a bit clichè but I could not work around.

Well I read lots of MSDN papers and discussions, but my problem is a bit
different from them. When I tried to run the project in debug mode (by
hitting F5) it gives an error message

"Error while trying to run project: Unable to start debugging on the web
server.
Click Help for more information"

While surfing the net I saw lots of error messages like this but all of themhad an explanation with them like "Access is denied" or "The project is not
configured for debugging" and so on. Mine has no explanations...

I went through lots of guidelines that say re-registering aspnet_isapi.dl l,
running aspnet_regiis -i, checking server configuration whether it has
'Integrated Windows Authantication' , creating the project with the name of
the server instead of the IP number and so on.

I must also mention that I can attach the process manually without any
problems.

The server is:
Win 2000 SP4 with IIS 5.0 and SQL 2000
Domain Controller

The client is:
Win XP Professional

Both has Framework 1.1 installed, and I also run Remote Debugging Setup fromVS.Net CD1 on the server. Just one thing to mention, it gave a warning whileinstalling Analyze Server concerning about it could not add the account to
the Debugger Users group, since it's a domain controller.
I log on using my domain account which is Administrator on client machine
and is in Domain Administrators and Debugger Users on the server.

Hope someone can help.

Thanks in advance
Serdar KALAYCI


Nov 18 '05 #2
Hi Bengt,

SP2 locks down your box. That's a very good thing . . . for the most part!
It wreaks havoc for remote debugging because the firewall blocks DCOM
communication, UDP ports, TCP ports, etc. You need to set up the firewall
and open up the ports so that you can debug.

Now before you say "typical Microsoft. How do I do that!?", here's an
article that will walk you through it. (See, we DO think ahead!)

http://msdn.microsoft.com/asp.net/us.../default.aspx?
pull=/library/en-us/dnwxp/html/xpsp2remotedebu g.asp

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.
--------------------
Thread-Topic: Unable to start debugging
thread-index: AcSAnif1rqcL0PH ARUaHAnGDnE5bEg ==
X-WBNR-Posting-Host: 213.238.211.15
From: =?Utf-8?B?QmVuZ3QgSmF 4?= <Bengt Ja*@discussions .microsoft.com>
References: <#g************ *@TK2MSFTNGP12. phx.gbl> <wf************ **@cpmsftngxa06 .phx.gbl>Subject: RE: Unable to start debugging
Date: Thu, 12 Aug 2004 11:57:03 -0700
Lines: 99
Message-ID: <64************ *************** *******@microso ft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.1.29
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG XA03.phx.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 73
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Hi Jim

Great to see someone from MS here.. :-)

Even if Serdars problem aren't XP SP2 we are a lot of developers right now,including my self, having problem with remote debugging after the
installation of XP SP2. My problem is 'Access denied' when the debugger isgoing to view the processes at the remote machine (a Win 2003 server).

Do you have any info regarding the, very serious, issue? Can't do my work
right now...

Regards
Bengt


"Jim Cheshire [MSFT]" wrote:
Hi Serdar,

Are you running SP2 on your Windows XP machine by any chance?

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
>From: "Serdar Kalaycý" <se***********@ unisec.com.tr>
>Subject: Unable to start debugging
>Date: Thu, 12 Aug 2004 18:27:12 +0300
>Lines: 44
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
>Message-ID: <#g************ *@TK2MSFTNGP12. phx.gbl>
>Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>NNTP-Posting-Host: 212.175.3.140
>Path:

cpmsftngxa06.ph x.gbl!TK2MSFTNG XA01.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 2 .phx.gbl
>Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 14 >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
>
>Hi everybody,
>
>My problem seems a bit clichè but I could not work around.
>
>Well I read lots of MSDN papers and discussions, but my problem is a bit
>different from them. When I tried to run the project in debug mode (by
>hitting F5) it gives an error message
>
>"Error while trying to run project: Unable to start debugging on the web
>server.
>Click Help for more information"
>
>While surfing the net I saw lots of error messages like this but all of

them
>had an explanation with them like "Access is denied" or "The project is not >configured for debugging" and so on. Mine has no explanations...
>
>I went through lots of guidelines that say re-registering aspnet_isapi.dl l, >running aspnet_regiis -i, checking server configuration whether it has
>'Integrated Windows Authantication' , creating the project with the name of >the server instead of the IP number and so on.
>
>I must also mention that I can attach the process manually without any
>problems.
>
>The server is:
>Win 2000 SP4 with IIS 5.0 and SQL 2000
>Domain Controller
>
>The client is:
>Win XP Professional
>
>Both has Framework 1.1 installed, and I also run Remote Debugging Setup

from
>VS.Net CD1 on the server. Just one thing to mention, it gave a warning

while
>installing Analyze Server concerning about it could not add the account to >the Debugger Users group, since it's a domain controller.
>I log on using my domain account which is Administrator on client machine >and is in Domain Administrators and Debugger Users on the server.
>
>Hope someone can help.
>
>Thanks in advance
>Serdar KALAYCI
>
>
>



Nov 18 '05 #3
Hi Jim

Thanks for your prompt reply.
I have seen the article, even read it before I applied the service pack, so
I don't think that is the issue since, I forgot to mention, I have disabled
the ICF (Firewall).
Text from the article:
"If IFC is off, no firewall configuration is necessary."

Other people, in other threads that also has the problem, have also disabled
the ICF.

I just I applied the SP1 for the 1.1 .Net framwork on the XP SP2 client but
still the same problem. "Access is denied" when trying to show the processes
on the remote server.

My environment:
Client: Windows XP SP2, Visual Studio 2003, 1.1 SP1 .Net framwork
Server: Windows Server 2003

Any other idées?

Regards
Bengt
P.S. I think it's great that the box is locked down as default, no doubt
about that D.S.

"Jim Cheshire [MSFT]" wrote:
Hi Bengt,

SP2 locks down your box. That's a very good thing . . . for the most part!
It wreaks havoc for remote debugging because the firewall blocks DCOM
communication, UDP ports, TCP ports, etc. You need to set up the firewall
and open up the ports so that you can debug.

Now before you say "typical Microsoft. How do I do that!?", here's an
article that will walk you through it. (See, we DO think ahead!)

http://msdn.microsoft.com/asp.net/us.../default.aspx?
pull=/library/en-us/dnwxp/html/xpsp2remotedebu g.asp

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.
--------------------
Thread-Topic: Unable to start debugging
thread-index: AcSAnif1rqcL0PH ARUaHAnGDnE5bEg ==
X-WBNR-Posting-Host: 213.238.211.15
From: =?Utf-8?B?QmVuZ3QgSmF 4?= <Bengt Ja*@discussions .microsoft.com>
References: <#g************ *@TK2MSFTNGP12. phx.gbl>

<wf************ **@cpmsftngxa06 .phx.gbl>
Subject: RE: Unable to start debugging
Date: Thu, 12 Aug 2004 11:57:03 -0700
Lines: 99
Message-ID: <64************ *************** *******@microso ft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.1.29
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG XA03.phx.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 73
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Hi Jim

Great to see someone from MS here.. :-)

Even if Serdars problem aren't XP SP2 we are a lot of developers right

now,
including my self, having problem with remote debugging after the
installation of XP SP2. My problem is 'Access denied' when the debugger

is
going to view the processes at the remote machine (a Win 2003 server).

Do you have any info regarding the, very serious, issue? Can't do my work
right now...

Regards
Bengt


"Jim Cheshire [MSFT]" wrote:
Hi Serdar,

Are you running SP2 on your Windows XP machine by any chance?

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
>From: "Serdar Kalaycý" <se***********@ unisec.com.tr>
>Subject: Unable to start debugging
>Date: Thu, 12 Aug 2004 18:27:12 +0300
>Lines: 44
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
>Message-ID: <#g************ *@TK2MSFTNGP12. phx.gbl>
>Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>NNTP-Posting-Host: 212.175.3.140
>Path:
cpmsftngxa06.ph x.gbl!TK2MSFTNG XA01.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 2 .phx.gbl
>Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 14 >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
>
>Hi everybody,
>
>My problem seems a bit clichè but I could not work around.
>
>Well I read lots of MSDN papers and discussions, but my problem is a bit
>different from them. When I tried to run the project in debug mode (by
>hitting F5) it gives an error message
>
>"Error while trying to run project: Unable to start debugging on the web
>server.
>Click Help for more information"
>
>While surfing the net I saw lots of error messages like this but all of
them
>had an explanation with them like "Access is denied" or "The project is not >configured for debugging" and so on. Mine has no explanations...
>
>I went through lots of guidelines that say re-registering aspnet_isapi.dl l, >running aspnet_regiis -i, checking server configuration whether it has
>'Integrated Windows Authantication' , creating the project with the name of >the server instead of the IP number and so on.
>
>I must also mention that I can attach the process manually without any
>problems.
>
>The server is:
>Win 2000 SP4 with IIS 5.0 and SQL 2000
>Domain Controller
>
>The client is:
>Win XP Professional
>
>Both has Framework 1.1 installed, and I also run Remote Debugging Setup
from
>VS.Net CD1 on the server. Just one thing to mention, it gave a warning
while
>installing Analyze Server concerning about it could not add the account to >the Debugger Users group, since it's a domain controller.
>I log on using my domain account which is Administrator on client machine >and is in Domain Administrators and Debugger Users on the server.
>
>Hope someone can help.
>
>Thanks in advance
>Serdar KALAYCI
>
>
>


Nov 18 '05 #4
I have XP SP1 installed and my ICF is disabled too...
Nov 18 '05 #5
Hi Jim
"Great to see someone from MS here.. :-)" too. Maybe you can solve our
problem

Exacly same problem like Bengt.
Same configuration.
ICF disable too.
Applied you article too.
What's wrong ?

"Jim Cheshire [MSFT]" <ja******@onlin e.microsoft.com > a scris în mesajul de
ºtiri:SH******* *******@cpmsftn gxa06.phx.gbl.. .
Hi Bengt,

SP2 locks down your box. That's a very good thing . . . for the most
part!
It wreaks havoc for remote debugging because the firewall blocks DCOM
communication, UDP ports, TCP ports, etc. You need to set up the firewall
and open up the ports so that you can debug.

Now before you say "typical Microsoft. How do I do that!?", here's an
article that will walk you through it. (See, we DO think ahead!)

http://msdn.microsoft.com/asp.net/us.../default.aspx?
pull=/library/en-us/dnwxp/html/xpsp2remotedebu g.asp

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.
--------------------
Thread-Topic: Unable to start debugging
thread-index: AcSAnif1rqcL0PH ARUaHAnGDnE5bEg ==
X-WBNR-Posting-Host: 213.238.211.15
From: =?Utf-8?B?QmVuZ3QgSmF 4?= <Bengt Ja*@discussions .microsoft.com>
References: <#g************ *@TK2MSFTNGP12. phx.gbl>

<wf************ **@cpmsftngxa06 .phx.gbl>
Subject: RE: Unable to start debugging
Date: Thu, 12 Aug 2004 11:57:03 -0700
Lines: 99
Message-ID: <64************ *************** *******@microso ft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.1.29
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG XA03.phx.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 73
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Hi Jim

Great to see someone from MS here.. :-)

Even if Serdars problem aren't XP SP2 we are a lot of developers right

now,
including my self, having problem with remote debugging after the
installatio n of XP SP2. My problem is 'Access denied' when the debugger

is
going to view the processes at the remote machine (a Win 2003 server).

Do you have any info regarding the, very serious, issue? Can't do my work
right now...

Regards
Bengt


"Jim Cheshire [MSFT]" wrote:
Hi Serdar,

Are you running SP2 on your Windows XP machine by any chance?

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
>From: "Serdar Kalaycý" <se***********@ unisec.com.tr>
>Subject: Unable to start debugging
>Date: Thu, 12 Aug 2004 18:27:12 +0300
>Lines: 44
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
>Message-ID: <#g************ *@TK2MSFTNGP12. phx.gbl>
>Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>NNTP-Posting-Host: 212.175.3.140
>Path:
cpmsftngxa06.ph x.gbl!TK2MSFTNG XA01.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 2 .phx.gbl
>Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 14 >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
>
>Hi everybody,
>
>My problem seems a bit clichè but I could not work around.
>
>Well I read lots of MSDN papers and discussions, but my problem is a
>bit
>different from them. When I tried to run the project in debug mode (by
>hitting F5) it gives an error message
>
>"Error while trying to run project: Unable to start debugging on the
>web
>server.
>Click Help for more information"
>
>While surfing the net I saw lots of error messages like this but all of
them
>had an explanation with them like "Access is denied" or "The project is not >configured for debugging" and so on. Mine has no explanations...
>
>I went through lots of guidelines that say re-registering aspnet_isapi.dl l, >running aspnet_regiis -i, checking server configuration whether it has
>'Integrated Windows Authantication' , creating the project with the name of >the server instead of the IP number and so on.
>
>I must also mention that I can attach the process manually without any
>problems.
>
>The server is:
>Win 2000 SP4 with IIS 5.0 and SQL 2000
>Domain Controller
>
>The client is:
>Win XP Professional
>
>Both has Framework 1.1 installed, and I also run Remote Debugging Setup
from
>VS.Net CD1 on the server. Just one thing to mention, it gave a warning
while
>installing Analyze Server concerning about it could not add the account to >the Debugger Users group, since it's a domain controller.
>I log on using my domain account which is Administrator on client machine >and is in Domain Administrators and Debugger Users on the server.
>
>Hope someone can help.
>
>Thanks in advance
>Serdar KALAYCI
>
>
>

Nov 18 '05 #6
Hi,
IS your login is added debugger users group? .
you need to be a member of debugger users group to debug a VS.Net project.
Jagadeesh
"Serdar Kalaycý" <se***********@ unisec.com.tr> wrote in message
news:%2******** *******@TK2MSFT NGP12.phx.gbl.. .
Hi everybody,

My problem seems a bit clichè but I could not work around.

Well I read lots of MSDN papers and discussions, but my problem is a bit
different from them. When I tried to run the project in debug mode (by
hitting F5) it gives an error message

"Error while trying to run project: Unable to start debugging on the web
server.
Click Help for more information"

While surfing the net I saw lots of error messages like this but all of
them
had an explanation with them like "Access is denied" or "The project is
not
configured for debugging" and so on. Mine has no explanations...

I went through lots of guidelines that say re-registering
aspnet_isapi.dl l,
running aspnet_regiis -i, checking server configuration whether it has
'Integrated Windows Authantication' , creating the project with the name of
the server instead of the IP number and so on.

I must also mention that I can attach the process manually without any
problems.

The server is:
Win 2000 SP4 with IIS 5.0 and SQL 2000
Domain Controller

The client is:
Win XP Professional

Both has Framework 1.1 installed, and I also run Remote Debugging Setup
from
VS.Net CD1 on the server. Just one thing to mention, it gave a warning
while
installing Analyze Server concerning about it could not add the account to
the Debugger Users group, since it's a domain controller.
I log on using my domain account which is Administrator on client machine
and is in Domain Administrators and Debugger Users on the server.

Hope someone can help.

Thanks in advance
Serdar KALAYCI

Nov 18 '05 #7
As I said before the server is a domain controller at the same time, and my
account is Domain Administrators and Debugger Users member.

It cannot be something about authantication since I can attach the process
manually. As far as I see, people with authantication problems cannot even
see the server's processes.

Serdar KALAYCI
Nov 18 '05 #8
Hi Bengt,

Are you an Administrator on the server? Is Windows Integrated
authentication enabled?

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.
--------------------
Thread-Topic: Unable to start debugging
thread-index: AcSAuu23A9j7wDU MTVKAVwndYW8Yjg ==
X-WBNR-Posting-Host: 213.238.211.15
From: =?Utf-8?B?QmVuZ3QgSmF 4?= <Bengt Ja*@discussions .microsoft.com>
References: <#g************ *@TK2MSFTNGP12. phx.gbl> <wf************ **@cpmsftngxa06 .phx.gbl>
<64************ *************** *******@microso ft.com>
<SH************ **@cpmsftngxa06 .phx.gbl>Subject: RE: Unable to start debugging
Date: Thu, 12 Aug 2004 15:23:01 -0700
Lines: 187
Message-ID: <DD************ *************** *******@microso ft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.1.29
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG XA03.phx.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2540 21
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Hi Jim

Thanks for your prompt reply.
I have seen the article, even read it before I applied the service pack, soI don't think that is the issue since, I forgot to mention, I have disabledthe ICF (Firewall).
Text from the article:
"If IFC is off, no firewall configuration is necessary."

Other people, in other threads that also has the problem, have also disabledthe ICF.

I just I applied the SP1 for the 1.1 .Net framwork on the XP SP2 client butstill the same problem. "Access is denied" when trying to show the processeson the remote server.

My environment:
Client: Windows XP SP2, Visual Studio 2003, 1.1 SP1 .Net framwork
Server: Windows Server 2003

Any other idées?

Regards
Bengt
P.S. I think it's great that the box is locked down as default, no doubt
about that D.S.

"Jim Cheshire [MSFT]" wrote:
Hi Bengt,

SP2 locks down your box. That's a very good thing . . . for the most part!
It wreaks havoc for remote debugging because the firewall blocks DCOM
communication, UDP ports, TCP ports, etc. You need to set up the firewall and open up the ports so that you can debug.

Now before you say "typical Microsoft. How do I do that!?", here's an
article that will walk you through it. (See, we DO think ahead!)

http://msdn.microsoft.com/asp.net/us.../default.aspx? pull=/library/en-us/dnwxp/html/xpsp2remotedebu g.asp

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.
--------------------
>Thread-Topic: Unable to start debugging
>thread-index: AcSAnif1rqcL0PH ARUaHAnGDnE5bEg ==
>X-WBNR-Posting-Host: 213.238.211.15
>From: =?Utf-8?B?QmVuZ3QgSmF 4?= <Bengt Ja*@discussions .microsoft.com>
>References: <#g************ *@TK2MSFTNGP12. phx.gbl>

<wf************ **@cpmsftngxa06 .phx.gbl>
>Subject: RE: Unable to start debugging
>Date: Thu, 12 Aug 2004 11:57:03 -0700
>Lines: 99
>Message-ID: <64************ *************** *******@microso ft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 8bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.1.29
>Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG XA03.phx.gbl
>Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 73 >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
>
>Hi Jim
>
>Great to see someone from MS here.. :-)
>
>Even if Serdars problem aren't XP SP2 we are a lot of developers right

now,
>including my self, having problem with remote debugging after the
>installation of XP SP2. My problem is 'Access denied' when the debugger
is
>going to view the processes at the remote machine (a Win 2003 server).
>
>Do you have any info regarding the, very serious, issue? Can't do my
work >right now...
>
>Regards
>Bengt
>
>
>
>
>"Jim Cheshire [MSFT]" wrote:
>
>> Hi Serdar,
>>
>> Are you running SP2 on your Windows XP machine by any chance?
>>
>> Jim Cheshire [MSFT]
>> MCP+I, MCSE, MCSD, MCDBA
>> Microsoft Developer Support
>> ja******@online .microsoft.com
>>
>> This post is provided "AS-IS" with no warranties and confers no rights. >>
>> --------------------
>> >From: "Serdar Kalaycý" <se***********@ unisec.com.tr>
>> >Subject: Unable to start debugging
>> >Date: Thu, 12 Aug 2004 18:27:12 +0300
>> >Lines: 44
>> >X-Priority: 3
>> >X-MSMail-Priority: Normal
>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
>> >Message-ID: <#g************ *@TK2MSFTNGP12. phx.gbl>
>> >Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>> >NNTP-Posting-Host: 212.175.3.140
>> >Path:
>>

cpmsftngxa06.ph x.gbl!TK2MSFTNG XA01.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 2
>> .phx.gbl
>> >Xref: cpmsftngxa06.ph x.gbl

microsoft.publi c.dotnet.framew ork.aspnet:2539 14
>> >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
>> >
>> >Hi everybody,
>> >
>> >My problem seems a bit clichè but I could not work around.
>> >
>> >Well I read lots of MSDN papers and discussions, but my problem is a bit >> >different from them. When I tried to run the project in debug mode (by >> >hitting F5) it gives an error message
>> >
>> >"Error while trying to run project: Unable to start debugging on the web >> >server.
>> >Click Help for more information"
>> >
>> >While surfing the net I saw lots of error messages like this but all of >> them
>> >had an explanation with them like "Access is denied" or "The project is not
>> >configured for debugging" and so on. Mine has no explanations...
>> >
>> >I went through lots of guidelines that say re-registering

aspnet_isapi.dl l,
>> >running aspnet_regiis -i, checking server configuration whether it
has >> >'Integrated Windows Authantication' , creating the project with the name of
>> >the server instead of the IP number and so on.
>> >
>> >I must also mention that I can attach the process manually without
any >> >problems.
>> >
>> >The server is:
>> >Win 2000 SP4 with IIS 5.0 and SQL 2000
>> >Domain Controller
>> >
>> >The client is:
>> >Win XP Professional
>> >
>> >Both has Framework 1.1 installed, and I also run Remote Debugging Setup >> from
>> >VS.Net CD1 on the server. Just one thing to mention, it gave a warning >> while
>> >installing Analyze Server concerning about it could not add the

account to
>> >the Debugger Users group, since it's a domain controller.
>> >I log on using my domain account which is Administrator on client

machine
>> >and is in Domain Administrators and Debugger Users on the server.
>> >
>> >Hope someone can help.
>> >
>> >Thanks in advance
>> >Serdar KALAYCI
>> >
>> >
>> >
>>
>>
>



Nov 18 '05 #9
Hi again Jim

I'm an Administrator on both machines and Windows Integrated authentication,
it worked just fine before the upgrade.

But actually I have get it up and running by doing this:
1. Installed SP1 for 1.1 .Net framework (not sure if it's needed)
2. Changed the settings for Component Services -> My Computer -> Properties
-> COM Security -> Access Permissions -> Edit Limits...
For ANONYMOUS LOGON I allowed Remote Access

I believe I have opened a potential security hole, hopefully temporary, but
at least I can debug.
Same for my colleauge which also upgraded to SP2 today. Remote debugging
didn't work but after performing these steps he got it working.

Maybe someone more outthere could give the workaround a try and see if it
works. Please post feedback if this get you up and running again.

Regards
Bengt

"Jim Cheshire [MSFT]" wrote:
Hi Bengt,

Are you an Administrator on the server? Is Windows Integrated
authentication enabled?

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.
--------------------
Thread-Topic: Unable to start debugging
thread-index: AcSAuu23A9j7wDU MTVKAVwndYW8Yjg ==
X-WBNR-Posting-Host: 213.238.211.15
From: =?Utf-8?B?QmVuZ3QgSmF 4?= <Bengt Ja*@discussions .microsoft.com>
References: <#g************ *@TK2MSFTNGP12. phx.gbl>

<wf************ **@cpmsftngxa06 .phx.gbl>
<64************ *************** *******@microso ft.com>
<SH************ **@cpmsftngxa06 .phx.gbl>
Subject: RE: Unable to start debugging
Date: Thu, 12 Aug 2004 15:23:01 -0700
Lines: 187
Message-ID: <DD************ *************** *******@microso ft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.1.29
Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG XA03.phx.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2540 21
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

Hi Jim

Thanks for your prompt reply.
I have seen the article, even read it before I applied the service pack,

so
I don't think that is the issue since, I forgot to mention, I have

disabled
the ICF (Firewall).
Text from the article:
"If IFC is off, no firewall configuration is necessary."

Other people, in other threads that also has the problem, have also

disabled
the ICF.

I just I applied the SP1 for the 1.1 .Net framwork on the XP SP2 client

but
still the same problem. "Access is denied" when trying to show the

processes
on the remote server.

My environment:
Client: Windows XP SP2, Visual Studio 2003, 1.1 SP1 .Net framwork
Server: Windows Server 2003

Any other idées?

Regards
Bengt
P.S. I think it's great that the box is locked down as default, no doubt
about that D.S.

"Jim Cheshire [MSFT]" wrote:
Hi Bengt,

SP2 locks down your box. That's a very good thing . . . for the most part! It wreaks havoc for remote debugging because the firewall blocks DCOM
communication, UDP ports, TCP ports, etc. You need to set up the firewall and open up the ports so that you can debug.

Now before you say "typical Microsoft. How do I do that!?", here's an
article that will walk you through it. (See, we DO think ahead!)

http://msdn.microsoft.com/asp.net/us.../default.aspx? pull=/library/en-us/dnwxp/html/xpsp2remotedebu g.asp

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
ja******@online .microsoft.com

This post is provided "AS-IS" with no warranties and confers no rights.
--------------------
>Thread-Topic: Unable to start debugging
>thread-index: AcSAnif1rqcL0PH ARUaHAnGDnE5bEg ==
>X-WBNR-Posting-Host: 213.238.211.15
>From: =?Utf-8?B?QmVuZ3QgSmF 4?= <Bengt Ja*@discussions .microsoft.com>
>References: <#g************ *@TK2MSFTNGP12. phx.gbl>
<wf************ **@cpmsftngxa06 .phx.gbl>
>Subject: RE: Unable to start debugging
>Date: Thu, 12 Aug 2004 11:57:03 -0700
>Lines: 99
>Message-ID: <64************ *************** *******@microso ft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 8bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.1.29
>Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG XA03.phx.gbl
>Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:2539 73 >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
>
>Hi Jim
>
>Great to see someone from MS here.. :-)
>
>Even if Serdars problem aren't XP SP2 we are a lot of developers right
now,
>including my self, having problem with remote debugging after the
>installation of XP SP2. My problem is 'Access denied' when the debugger is
>going to view the processes at the remote machine (a Win 2003 server).
>
>Do you have any info regarding the, very serious, issue? Can't do my work >right now...
>
>Regards
>Bengt
>
>
>
>
>"Jim Cheshire [MSFT]" wrote:
>
>> Hi Serdar,
>>
>> Are you running SP2 on your Windows XP machine by any chance?
>>
>> Jim Cheshire [MSFT]
>> MCP+I, MCSE, MCSD, MCDBA
>> Microsoft Developer Support
>> ja******@online .microsoft.com
>>
>> This post is provided "AS-IS" with no warranties and confers no rights. >>
>> --------------------
>> >From: "Serdar Kalaycý" <se***********@ unisec.com.tr>
>> >Subject: Unable to start debugging
>> >Date: Thu, 12 Aug 2004 18:27:12 +0300
>> >Lines: 44
>> >X-Priority: 3
>> >X-MSMail-Priority: Normal
>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
>> >Message-ID: <#g************ *@TK2MSFTNGP12. phx.gbl>
>> >Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
>> >NNTP-Posting-Host: 212.175.3.140
>> >Path:
>>
cpmsftngxa06.ph x.gbl!TK2MSFTNG XA01.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 2 >> .phx.gbl
>> >Xref: cpmsftngxa06.ph x.gbl
microsoft.publi c.dotnet.framew ork.aspnet:2539 14
>> >X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
>> >
>> >Hi everybody,
>> >
>> >My problem seems a bit clichè but I could not work around.
>> >
>> >Well I read lots of MSDN papers and discussions, but my problem is a bit >> >different from them. When I tried to run the project in debug mode (by >> >hitting F5) it gives an error message
>> >
>> >"Error while trying to run project: Unable to start debugging on the web >> >server.
>> >Click Help for more information"
>> >
>> >While surfing the net I saw lots of error messages like this but all of >> them
>> >had an explanation with them like "Access is denied" or "The project is not
>> >configured for debugging" and so on. Mine has no explanations...
>> >
>> >I went through lots of guidelines that say re-registering
aspnet_isapi.dl l,
>> >running aspnet_regiis -i, checking server configuration whether it has >> >'Integrated Windows Authantication' , creating the project with the name of
>> >the server instead of the IP number and so on.
>> >
>> >I must also mention that I can attach the process manually without any >> >problems.
>> >
>> >The server is:
>> >Win 2000 SP4 with IIS 5.0 and SQL 2000
>> >Domain Controller
>> >
>> >The client is:
>> >Win XP Professional
>> >
>> >Both has Framework 1.1 installed, and I also run Remote Debugging Setup >> from
>> >VS.Net CD1 on the server. Just one thing to mention, it gave a warning >> while
>> >installing Analyze Server concerning about it could not add the account to
>> >the Debugger Users group, since it's a domain controller.
>> >I log on using my domain account which is Administrator on client
machine
>> >and is in Domain Administrators and Debugger Users on the server.
>> >
>> >Hope someone can help.
>> >
>> >Thanks in advance
>> >Serdar KALAYCI
>> >
>> >
>> >
>>
>>
>


Nov 18 '05 #10

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

Similar topics

0
1751
by: Edelwater | last post by:
Hello, I have (possibly) a framework related problem Or VS specific : Error while trying to run the project: unable to start debugging on the server. could not start asp.net or atl debugging. Verify that ASP.NET or ATL Server is correctly installed on the Server. This occurs when i want to try to debug a project in Visual Studio. I
2
4815
by: TM | last post by:
When I run an ASP.Net application I am getting the following error: "Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged." I checked and made sure the Machine Debug Manager is running on the server, made sure the web.comfit file has debug=true. Mine is: <compilation defaultLanguage="vb" debug="true" /> I also checked the directory executions permissions and it...
11
2758
by: Claude seraphin | last post by:
I'am having this message while trying to rune my asp.net app on win3k server. I have set debug="true" in <compilation section in my web.config . Can anyone help me? Thanks in advance
1
1966
by: dorenstein | last post by:
Hi, I'm running VS.Net 2003 (I also have 2002 installed) and while working out the ASP.NET Web Service Walkthrough, I get this message if I start without debugging: Error while trying to run project: Unable to start debugging. Unable to start program 'C:\PROGRA~1\INTERN~1\TEMPIE~1.EXE'. The system cannot find the file specified. If I start with debugging, I get Error while trying to run project and nothing more. I can View in Browser...
6
6190
by: Bob Rock | last post by:
Hello, I'm using an executable (for which I do not have the source code nor the pdb file) as the startup application to load a DLL I'm writing and need to debug. If I try to debug the DLL I immediately get the error "Unable to start debugging. Unable to start program XXX.exe". If I do "Start without debugging" my startup application gets correctly executed. Is this problem due to the fact I'm missing the debugging information for the...
1
1895
markmcgookin
by: markmcgookin | last post by:
Hi Folks, this is a problem I had a few days ago, and I was able to solve it, but I thought I'd post the solution I found here incase anyone has a similar problem! I found this stuff on an MSNDN forum.
3
2362
by: =?Utf-8?B?SmVmZnJleQ==?= | last post by:
Just started to test a VB.net 2002 project for ASP.net application. After successfully installed the VS.net 2002 and tested the IIS 5.1 on XP Pro SP2 for some classical ASP programs, I am starting to build ASP.net programs now. For a new ASP.net project, an error message (i.e Unable to start debugging on the web server) popped out. I disabled the ASP.net debugging for 3-4 projects. However, I either could not see the ASP.net...
4
7620
by: ian | last post by:
A few weeks ago I was able to run remote debugging from my local machine (VS 2005 XP sp2) but now I get the following message: unable to start debugging on the web server. logon failure: unknown user name or bad password I logged on to a neighbors computer and I can debug from his so the server should be OK right? The web server is running Server 2003 sp1. I even tried disabling the loopback check in the registry...
0
3153
by: DR | last post by:
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I simply create a new SQL Server Project which creates a Test.sql, i then simply added a Stored Procedure to it called the default name StoredProcedure1.cs and put a break point...
0
8739
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9384
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9157
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9088
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6681
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5995
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3207
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2602
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2147
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.