Re: Debugger not working in Vs.net 2003
- From: "Jason" <aspnet@xxxxxxxxxxxxxxxx>
- Date: Wed, 20 Apr 2005 10:39:48 -0500
Hi Gary,
I check The "Impersonate a client after authentication" user right, aspnet
already there, I try to add again, then run the web project, still got
"Unable to run debugging on the web ..." msg. Also I change user name from
machine to system, same msg popup. Thanks.
Jason
"Gary Chang[MSFT]" <v-garych@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:jsfnP0WRFHA.1560@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi Jason,
>
> >I tried Leo's method, It's not working for my case. I have been
> >checked the installation list from the "Add or Remove Programs"
> >of Control Panel, It's a long list but no time stamp associate with.
>
> On this situation, I suggest you perform the following steps to trouble
> shoot the problem:
>
> Firstly, you can run the following command at a command prompt.
>
> C:\WINNT\Microsoft.NET\Framewo-rk\v1.0.3705\aspnet_regiis.exe -i
>
> Then, restart IIS by running the iisreset command. For details, you could
> refer to
> http://support.microsoft.com/?-id=306005.
>
> Since your machine is Windows 2000 SP4, the problem would occur if the
> account that is used to run the ASP.NET Worker process (by default, the
> ASPNET user account) is not assigned the "Impersonate a client after
> authentication" user right in the Local Security Policy settings. This
> issue may occur when you install Microsoft Visual Studio .NET after you
> install Windows 2000 Service Pack 4 (SP4) on the computer. In this
> situation, the ASPNET account is not assigned the "Impersonate a client
> after authentication" user right in the Local Security Policy settings.
>
> The "Impersonate a client after authentication" user right (also named
> SeImpersonatePrivilege) is a new Windows 2000
> security setting that was first included in Windows 2000 SP4.
>
> To work around this issue, please assign the "Impersonate a client after
> authentication" user right to the ASPNET account in the Local Security
> Policy settings:
> 1. Click Start, point to Programs, point to Administrative Tools, and
> then click Local Security Policy.
> 2. Double-click Local Policies, and then click User Rights
Assignment.
> 3. In the right pane, double-click Impersonate a client after
> authentication.
> 4. In the Local Security Policy Setting dialog box, click Add.
> 5. In the Select Users or Group dialog box, click ASPNET, click Add,
> and then click OK.
> 6. Click OK.
>
> If the above suggestions don't help, please try the following.
>
> 1. Open
> C:\WINDOWS\Microsoft.NET\Frame-work\v1.0.3705\CONFIG\machine.-config in
> Notepad.
> 2. Locate the processModel section. It looks like:
> <processModel
> ......
> userName="machine"
> password="AutoGenerate"
> ......
> />
> 3. Change the userName from "machine" to "system". This section will
> look like:
> <processModel
> ......
> userName="system"
> password="AutoGenerate"
> ......
> />
> 4. Save the file.
> 5. Run the command "iisreset".
>
>
> These trouble shooting steps will help us get closer to resolving your
> issue, so I appreciate your time in performing them. Let me know the
> results at your earliest convenience. If you have any questions or
> concerns, please let me know. I am standing by to help you.
>
> Thanks!
>
> Best regards,
>
> Gary Chang
> Microsoft Community Support
> --------------------
> Get Secure! ¡§C www.microsoft.com/security
> Register to Access MSDN Managed Newsgroups!
>
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
> &SD=msdn
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
.
- Follow-Ups:
- Re: Debugger not working in Vs.net 2003
- From: Steven Cheng[MSFT]
- Re: Debugger not working in Vs.net 2003
- References:
- Debugger not working in Vs.net 2003
- From: Jason
- RE: Debugger not working in Vs.net 2003
- From: Gary Chang[MSFT]
- Re: Debugger not working in Vs.net 2003
- From: Jason
- Re: Debugger not working in Vs.net 2003
- From: Gary Chang[MSFT]
- Re: Debugger not working in Vs.net 2003
- From: Jason
- Re: Debugger not working in Vs.net 2003
- From: Gary Chang[MSFT]
- Debugger not working in Vs.net 2003
- Prev by Date: Re: Trying to debug a VB6 Interop object called by a C# ASP.NET app.
- Next by Date: Mscorlib.dll stack overflow
- Previous by thread: Re: Debugger not working in Vs.net 2003
- Next by thread: Re: Debugger not working in Vs.net 2003
- Index(es):
Relevant Pages
|