debugging

  • Thread starter Thread starter wh
  • Start date Start date
W

wh

Can somebody confirm that you have to be in the Administrators group to be
able to debug an ASP.NET application?

Wayne.
 
Hi Wayne,

There is an MSDN article that talks about developing as a
non-Administrator, but it is not supported. From the viewpoint of the
ASP.NET team in PSS, you must either be an Administrator or run the ASP.NET
process as your domain account via the <processModel> section of the
machine.config file.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
Or just add your username to the "debugger users" group.


Thanks,
Shawn


Jim Cheshire said:
Hi Wayne,

There is an MSDN article that talks about developing as a
non-Administrator, but it is not supported. From the viewpoint of the
ASP.NET team in PSS, you must either be an Administrator or run the ASP.NET
process as your domain account via the <processModel> section of the
machine.config file.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "wh" <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: debugging
Date: Wed, 3 Dec 2003 15:47:45 -0000
Organization: freedom2surf
Lines: 6
Message-ID: <[email protected]>
NNTP-Posting-Host: 195.137.79.45
X-Trace: news.freedom2surf.net 1070466361 11332 195.137.79.45 (3 Dec 2003 15:46:01 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Wed, 3 Dec 2003 15:46:01 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!peernews3.colt.net!news0.de.colt.net!news-fra1.dfn.de!npeer.de.kpn-eurorings.net!news-out1.newsfeeds.com!propagator2-maxim!feed-maxim.newsfeeds.com
!news.freedom2surf.net!not-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:194740
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Can somebody confirm that you have to be in the Administrators group to be
able to debug an ASP.NET application?

Wayne.
 
Shawn,

Doing that will give you Launch and Access DCOM permissions to the machine
debug manager, but it doesn't give you access to be able to debug entirely.
We have worked several issues like this, and the list of things that must
be done in order for a non-Administrator to debug is extensive. There is
no quick fix to make it work, and doing so is not going to be supported by
us.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "Shawn B." <[email protected]>
From: "Shawn B." <[email protected]>
References: <[email protected]>
Subject: Re: debugging
Date: Wed, 3 Dec 2003 09:13:07 -0800
Lines: 65
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 63.251.219.69
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:194776
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Or just add your username to the "debugger users" group.


Thanks,
Shawn


Jim Cheshire said:
Hi Wayne,

There is an MSDN article that talks about developing as a
non-Administrator, but it is not supported. From the viewpoint of the
ASP.NET team in PSS, you must either be an Administrator or run the ASP.NET
process as your domain account via the <processModel> section of the
machine.config file.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "wh" <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: debugging
Date: Wed, 3 Dec 2003 15:47:45 -0000
Organization: freedom2surf
Lines: 6
Message-ID: <[email protected]>
NNTP-Posting-Host: 195.137.79.45
X-Trace: news.freedom2surf.net 1070466361 11332 195.137.79.45 (3 Dec
2003
15:46:01 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Wed, 3 Dec 2003 15:46:01 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli ne.de!peernews3.colt.net!news0.de.colt.net!news-fra1.dfn.de!npeer.de.kpn-eur orings.net!news-out1.newsfeeds.com!propagator2-maxim!feed-maxim.newsfeeds.co m
!news.freedom2surf.net!not-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:194740
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Can somebody confirm that you have to be in the Administrators group to be
able to debug an ASP.NET application?

Wayne.
 
Thanks for confirming that. I've been trying all morning to get it working
but failed. In the end I added my account to the Administrators group and it
has been working since.

Wayne.
 
Unfortunately adding the developers to the Administrators
group isn't feasible in a classroom setting where we are
teaching asp.net programming.

-----Original Message-----
Shawn,

Doing that will give you Launch and Access DCOM permissions to the machine
debug manager, but it doesn't give you access to be able to debug entirely.
We have worked several issues like this, and the list of things that must
be done in order for a non-Administrator to debug is extensive. There is
no quick fix to make it work, and doing so is not going to be supported by
us.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "Shawn B." <[email protected]>
From: "Shawn B." <[email protected]>
References: <[email protected]>
Subject: Re: debugging
Date: Wed, 3 Dec 2003 09:13:07 -0800
Lines: 65
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 63.251.219.69
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl! tk2msftngp13.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:194776
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Or just add your username to the "debugger users" group.


Thanks,
Shawn


Hi Wayne,

There is an MSDN article that talks about developing as a
non-Administrator, but it is not supported. From the viewpoint of the
ASP.NET team in PSS, you must either be an
Administrator or run the
ASP.NET
process as your domain account via the <processModel> section of the
machine.config file.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "wh" <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: debugging
Date: Wed, 3 Dec 2003 15:47:45 -0000
Organization: freedom2surf
Lines: 6
Message-ID: <[email protected]>
NNTP-Posting-Host: 195.137.79.45
X-Trace: news.freedom2surf.net 1070466361 11332
195.137.79.45 (3 Dec
2003newsfeed00.sul.t-online.de!t-onli
n fra1.dfn.de!npeer.de.kpn-eur
o maxim.newsfeeds.co
m Administrators group to
be

.
 
Local admin... local admin for that machine only. But I do get your point.
They should better design this. I don't recall VB6 requiring such
permissions.


Thanks,
Shawn

L Wick said:
Unfortunately adding the developers to the Administrators
group isn't feasible in a classroom setting where we are
teaching asp.net programming.

-----Original Message-----
Shawn,

Doing that will give you Launch and Access DCOM permissions to the machine
debug manager, but it doesn't give you access to be able to debug entirely.
We have worked several issues like this, and the list of things that must
be done in order for a non-Administrator to debug is extensive. There is
no quick fix to make it work, and doing so is not going to be supported by
us.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "Shawn B." <[email protected]>
From: "Shawn B." <[email protected]>
References: <[email protected]>
Subject: Re: debugging
Date: Wed, 3 Dec 2003 09:13:07 -0800
Lines: 65
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 63.251.219.69
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl! tk2msftngp13.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:194776
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Or just add your username to the "debugger users" group.


Thanks,
Shawn


Hi Wayne,

There is an MSDN article that talks about developing as a
non-Administrator, but it is not supported. From the viewpoint of the
ASP.NET team in PSS, you must either be an Administrator or run the
ASP.NET
process as your domain account via the <processModel> section of the
machine.config file.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "wh" <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: debugging
Date: Wed, 3 Dec 2003 15:47:45 -0000
Organization: freedom2surf
Lines: 6
Message-ID: <[email protected]>
NNTP-Posting-Host: 195.137.79.45
X-Trace: news.freedom2surf.net 1070466361 11332
195.137.79.45 (3 Dec
2003
15:46:01 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Wed, 3 Dec 2003 15:46:01 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Path:

cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!
newsfeed00.sul.t-online.de!t-onli
n fra1.dfn.de!npeer.de.kpn-eur
o maxim.newsfeeds.co
m
!news.freedom2surf.net!not-for-mail
Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.aspnet:194740
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Can somebody confirm that you have to be in the Administrators group to
be
able to debug an ASP.NET application?

Wayne.

.
 
Shawn,

VB6 6 (and other Visual Studio 6 languages) have the same requirement.
While there are steps that can be taken to debug as a non-Administrator,
they often don't work and it's not supported.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "Shawn B." <[email protected]>
From: "Shawn B." <[email protected]>
References: <[email protected]>
<WD#3R#[email protected]>
<[email protected]>
Subject: Re: debugging
Date: Thu, 4 Dec 2003 15:44:14 -0800
Lines: 147
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 63.251.219.69
Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
..phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:194549
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Local admin... local admin for that machine only. But I do get your point.
They should better design this. I don't recall VB6 requiring such
permissions.


Thanks,
Shawn

L Wick said:
Unfortunately adding the developers to the Administrators
group isn't feasible in a classroom setting where we are
teaching asp.net programming.

-----Original Message-----
Shawn,

Doing that will give you Launch and Access DCOM permissions to the machine
debug manager, but it doesn't give you access to be able to debug entirely.
We have worked several issues like this, and the list of things that must
be done in order for a non-Administrator to debug is extensive. There is
no quick fix to make it work, and doing so is not going to be supported by
us.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Reply-To: "Shawn B." <[email protected]>
From: "Shawn B." <[email protected]>
References: <[email protected]>
<WD#3R#[email protected]>
Subject: Re: debugging
Date: Wed, 3 Dec 2003 09:13:07 -0800
Lines: 65
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 63.251.219.69
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl! tk2msftngp13.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:194776
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Or just add your username to the "debugger users" group.


Thanks,
Shawn


Hi Wayne,

There is an MSDN article that talks about developing as a
non-Administrator, but it is not supported. From the viewpoint of the
ASP.NET team in PSS, you must either be an Administrator or run the
ASP.NET
process as your domain account via the <processModel> section of the
machine.config file.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "wh" <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: debugging
Date: Wed, 3 Dec 2003 15:47:45 -0000
Organization: freedom2surf
Lines: 6
Message-ID: <[email protected]>
NNTP-Posting-Host: 195.137.79.45
X-Trace: news.freedom2surf.net 1070466361 11332 195.137.79.45 (3 Dec
2003
15:46:01 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Wed, 3 Dec 2003 15:46:01 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Path:

cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!
newsfeed00.sul.t-online.de!t-onli
n

e.de!peernews3.colt.net!news0.de.colt.net!news- fra1.dfn.de!npeer.de.kpn-eur
o

rings.net!news-out1.newsfeeds.com!propagator2-maxim!feed-
maxim.newsfeeds.co
m
!news.freedom2surf.net!not-for-mail
Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.aspnet:194740
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Can somebody confirm that you have to be in the Administrators group to
be
able to debug an ASP.NET application?

Wayne.








.
 
Back
Top