all groups > visual studio .net debugging > august 2003 >
You're in the

visual studio .net debugging

group:

how to enable debugger in VS.NET


how to enable debugger in VS.NET Rob
8/28/2003 6:36:14 AM
visual studio .net debugging:
I am running VS.NET Enterprise Edition on a Windows Server
2003 box localhost.

The debugging toolbars and shift F5 are not functional.

I have gone through all troubleshooting tips I found
online:

IIS permissions are set up - User is Administrator, user
is in the Debuggers group, ASP script debugging is enabled
for the application.

In VS project configuration it also seems that all options
are set up.

Amazingly, on another box (Win 2000 OS) the same out of
the box installation of VS.NET, same user: Administrator
and all possible configuration settings identical to the
one on the other box only the OS is different and the
debugger is enabled.

Is there an issue or additional enable setting for
debugging in Windows Server 2003?

RE: how to enable debugger in VS.NET yhhuang NO[at]SPAM online.microsoft.com
8/29/2003 3:05:22 AM
Hello Rob,

Thanks for posting in the group.

I installed my VS.NET 2003 on a Windows 2003 server and it works pretty
fine. I could debug the application successfully. So I think we don't need
to set anything special to enable debugging ion Windows 2003 server box.

Could you please illustrate more on the error behavior? Did you meet any
error message, or just all the buttons turn gray? If you create a simple
Win32 console application, does the debugging work? Does debugging work for
a windows forms app? or the problem just happen to a asp.net web app?

If you have any follow up questions, please post here.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "Rob" <rmprimo@yahoo.com>
!Sender: "Rob" <rmprimo@yahoo.com>
!Subject: how to enable debugger in VS.NET
!Date: Thu, 28 Aug 2003 06:36:14 -0700
!Lines: 25
!Message-ID: <0fbe01c36d69$5a122c80$a101280a@phx.gbl>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Thread-Index: AcNtaVoSGw9shyfUSDKa7YwOuloTIg==
!Newsgroups: microsoft.public.vsnet.debugging
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.vsnet.debugging:3185
!NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
!X-Tomcat-NG: microsoft.public.vsnet.debugging
!
!I am running VS.NET Enterprise Edition on a Windows Server
!2003 box localhost.
!
!The debugging toolbars and shift F5 are not functional.
!
!I have gone through all troubleshooting tips I found
!online:
!
!IIS permissions are set up - User is Administrator, user
!is in the Debuggers group, ASP script debugging is enabled
!for the application.
!
!In VS project configuration it also seems that all options
!are set up.
!
!Amazingly, on another box (Win 2000 OS) the same out of
!the box installation of VS.NET, same user: Administrator
!and all possible configuration settings identical to the
!one on the other box only the OS is different and the
!debugger is enabled.
!
!Is there an issue or additional enable setting for
!debugging in Windows Server 2003?
!
!Help!!!!!!!!!
!
RE: how to enable debugger in VS.NET Rob
8/30/2003 7:39:28 PM
Thanks for the tip. I made some progress.=20

I created another new solution with a couple of projects=20
in it one windows and one web apps. The debugger was=20
enabled just fine. Same login on the machine.

So I went back to the other solution and poked everywhere=20
I could to get it to give me an error. It finally did give=20
me an error ONLY when I try=20
solution explorer/application/right-click/debug/start a=20
new instance.

"Error while trying to run the project: Unable to start=20
debugging. ASP debugging is disabled because the ASP=20
process is running as a user that does not have debug=20
permissions Click Help for more information"

NO HELP ON THIS SUBJECT IS AVAILABLE IN VS.NET! SOME ON=20
NON MICROSOFT SITES AND ALL TIPS HAVE BEEN COMPLIED WITH.=20
ANYWAY THE USER IS THE SAME FOR NOTH SOLUTIONS. PLEASE=20
HELP!

=20








[quoted text, click to view]
RE: how to enable debugger in VS.NET yhhuang NO[at]SPAM online.microsoft.com
9/1/2003 12:12:24 PM
Hi Rob,

Did you always get this error? Or just got it sometimes? Generally
speaking, aspnet web app runs under aspnet account. Please check
processModel part in machine.config and post here. The account that
activeates asp.net app is listed there.

You could also refer to http://support.microsoft.com/?id=306005 to
reinstall asp.net to see if it helps.

Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "Rob" <Rob@123.com>
!Sender: "Rob" <Rob@123.com>
!References: <0fbe01c36d69$5a122c80$a101280a@phx.gbl>
<d35UrpdbDHA.2220@cpmsftngxa06.phx.gbl>
!Subject: RE: how to enable debugger in VS.NET
!Date: Sat, 30 Aug 2003 19:39:28 -0700
!Lines: 116
!Message-ID: <03b201c36f69$19988120$a301280a@phx.gbl>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: quoted-printable
!X-Newsreader: Microsoft CDO for Windows 2000
!Thread-Index: AcNvaRmYNGxFWM/pRfmcOraCeC99gQ==
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Newsgroups: microsoft.public.vsnet.debugging
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.vsnet.debugging:3211
!NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
!X-Tomcat-NG: microsoft.public.vsnet.debugging
!
!Thanks for the tip. I made some progress.
!I created another new solution with a couple of projects
!in it one windows and one web apps. The debugger was
!enabled just fine. Same login on the machine.
!So I went back to the other solution and poked everywhere
!I could to get it to give me an error. It finally did give
!me an error ONLY when I try
!solution explorer/application/right-click/debug/start a
!new instance.
!"Error while trying to run the project: Unable to start
!debugging. ASP debugging is disabled because the ASP
!process is running as a user that does not have debug
!permissions Click Help for more information"
!NO HELP ON THIS SUBJECT IS AVAILABLE IN VS.NET! SOME ON
!NON MICROSOFT SITES AND ALL TIPS HAVE BEEN COMPLIED WITH.
!ANYWAY THE USER IS THE SAME FOR NOTH SOLUTIONS. PLEASE
!HELP!
!
!>-----Original Message-----
!>Hello Rob,
!>
!>Thanks for posting in the group.
!>
!>I installed my VS.NET 2003 on a Windows 2003 server and
!it works pretty
!>fine. I could debug the application successfully. So I
!think we don't need
!>to set anything special to enable debugging ion Windows
!2003 server box.
!>
!>Could you please illustrate more on the error behavior?
!Did you meet any
!>error message, or just all the buttons turn gray? If you
!create a simple
!>Win32 console application, does the debugging work? Does
!debugging work for
!>a windows forms app? or the problem just happen to a
!asp.net web app?
!>
!>If you have any follow up questions, please post here.
!>
!>Best regards,
!>Yanhong Huang
!>Microsoft Online Partner Support
!>
!>Get Secure! ¨C www.microsoft.com/security
!>This posting is provided "AS IS" with no warranties, and
!confers no rights.
!>
!>--------------------
!>!Content-Class: urn:content-classes:message
!>!From: "Rob" <rmprimo@yahoo.com>
!>!Sender: "Rob" <rmprimo@yahoo.com>
!>!Subject: how to enable debugger in VS.NET
!>!Date: Thu, 28 Aug 2003 06:36:14 -0700
!>!Lines: 25
!>!Message-ID: <0fbe01c36d69$5a122c80$a101280a@phx.gbl>
!>!MIME-Version: 1.0
!>!Content-Type: text/plain;
!>! charset="iso-8859-1"
!>!Content-Transfer-Encoding: 7bit
!>!X-Newsreader: Microsoft CDO for Windows 2000
!>!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!>!Thread-Index: AcNtaVoSGw9shyfUSDKa7YwOuloTIg==
!>!Newsgroups: microsoft.public.vsnet.debugging
!>!Path: cpmsftngxa06.phx.gbl
!>!Xref: cpmsftngxa06.phx.gbl
!microsoft.public.vsnet.debugging:3185
!>!NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
!>!X-Tomcat-NG: microsoft.public.vsnet.debugging
!>!
!>!I am running VS.NET Enterprise Edition on a Windows
!Server
!>!2003 box localhost.
!>!
!>!The debugging toolbars and shift F5 are not functional.
!>!
!>!I have gone through all troubleshooting tips I found
!>!online:
!>!
!>!IIS permissions are set up - User is Administrator, user
!>!is in the Debuggers group, ASP script debugging is
!enabled
!>!for the application.
!>!
!>!In VS project configuration it also seems that all
!options
!>!are set up.
!>!
!>!Amazingly, on another box (Win 2000 OS) the same out of
!>!the box installation of VS.NET, same user: Administrator
!>!and all possible configuration settings identical to the
!>!one on the other box only the OS is different and the
!>!debugger is enabled.
!>!
!>!Is there an issue or additional enable setting for
!>!debugging in Windows Server 2003?
!>!
!>!Help!!!!!!!!!
!>!
!>
!>.
!>
!
RE: how to enable debugger in VS.NET yhhuang NO[at]SPAM online.microsoft.com
9/1/2003 12:17:19 PM
Hi Rob,

Please also confirm that you have used the right account to add a managed
msdn post. From my side, it seems like a normal post instead of a managed
one. You could check
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn for how to submit a non spam alias.

Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "Rob" <Rob@123.com>
!Sender: "Rob" <Rob@123.com>
!References: <0fbe01c36d69$5a122c80$a101280a@phx.gbl>
<d35UrpdbDHA.2220@cpmsftngxa06.phx.gbl>
!Subject: RE: how to enable debugger in VS.NET
!Date: Sat, 30 Aug 2003 19:39:28 -0700
!Lines: 116
!Message-ID: <03b201c36f69$19988120$a301280a@phx.gbl>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: quoted-printable
!X-Newsreader: Microsoft CDO for Windows 2000
!Thread-Index: AcNvaRmYNGxFWM/pRfmcOraCeC99gQ==
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Newsgroups: microsoft.public.vsnet.debugging
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.vsnet.debugging:3211
!NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
!X-Tomcat-NG: microsoft.public.vsnet.debugging
!
!Thanks for the tip. I made some progress.
!I created another new solution with a couple of projects
!in it one windows and one web apps. The debugger was
!enabled just fine. Same login on the machine.
!So I went back to the other solution and poked everywhere
!I could to get it to give me an error. It finally did give
!me an error ONLY when I try
!solution explorer/application/right-click/debug/start a
!new instance.
!"Error while trying to run the project: Unable to start
!debugging. ASP debugging is disabled because the ASP
!process is running as a user that does not have debug
!permissions Click Help for more information"
!NO HELP ON THIS SUBJECT IS AVAILABLE IN VS.NET! SOME ON
!NON MICROSOFT SITES AND ALL TIPS HAVE BEEN COMPLIED WITH.
!ANYWAY THE USER IS THE SAME FOR NOTH SOLUTIONS. PLEASE
!HELP!
!
!>-----Original Message-----
!>Hello Rob,
!>
!>Thanks for posting in the group.
!>
!>I installed my VS.NET 2003 on a Windows 2003 server and
!it works pretty
!>fine. I could debug the application successfully. So I
!think we don't need
!>to set anything special to enable debugging ion Windows
!2003 server box.
!>
!>Could you please illustrate more on the error behavior?
!Did you meet any
!>error message, or just all the buttons turn gray? If you
!create a simple
!>Win32 console application, does the debugging work? Does
!debugging work for
!>a windows forms app? or the problem just happen to a
!asp.net web app?
!>
!>If you have any follow up questions, please post here.
!>
!>Best regards,
!>Yanhong Huang
!>Microsoft Online Partner Support
!>
!>Get Secure! ¨C www.microsoft.com/security
!>This posting is provided "AS IS" with no warranties, and
!confers no rights.
!>
!>--------------------
!>!Content-Class: urn:content-classes:message
!>!From: "Rob" <rmprimo@yahoo.com>
!>!Sender: "Rob" <rmprimo@yahoo.com>
!>!Subject: how to enable debugger in VS.NET
!>!Date: Thu, 28 Aug 2003 06:36:14 -0700
!>!Lines: 25
!>!Message-ID: <0fbe01c36d69$5a122c80$a101280a@phx.gbl>
!>!MIME-Version: 1.0
!>!Content-Type: text/plain;
!>! charset="iso-8859-1"
!>!Content-Transfer-Encoding: 7bit
!>!X-Newsreader: Microsoft CDO for Windows 2000
!>!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!>!Thread-Index: AcNtaVoSGw9shyfUSDKa7YwOuloTIg==
!>!Newsgroups: microsoft.public.vsnet.debugging
!>!Path: cpmsftngxa06.phx.gbl
!>!Xref: cpmsftngxa06.phx.gbl
!microsoft.public.vsnet.debugging:3185
!>!NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
!>!X-Tomcat-NG: microsoft.public.vsnet.debugging
!>!
!>!I am running VS.NET Enterprise Edition on a Windows
!Server
!>!2003 box localhost.
!>!
!>!The debugging toolbars and shift F5 are not functional.
!>!
!>!I have gone through all troubleshooting tips I found
!>!online:
!>!
!>!IIS permissions are set up - User is Administrator, user
!>!is in the Debuggers group, ASP script debugging is
!enabled
!>!for the application.
!>!
!>!In VS project configuration it also seems that all
!options
!>!are set up.
!>!
!>!Amazingly, on another box (Win 2000 OS) the same out of
!>!the box installation of VS.NET, same user: Administrator
!>!and all possible configuration settings identical to the
!>!one on the other box only the OS is different and the
!>!debugger is enabled.
!>!
!>!Is there an issue or additional enable setting for
!>!debugging in Windows Server 2003?
!>!
!>!Help!!!!!!!!!
!>!
!>
!>.
!>
!
AddThis Social Bookmark Button