Re: Server Application unavailable error
- From: Dave <Dave@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 18 May 2007 17:04:02 -0700
I did all you told me to do and the problem persists. This is the error
event log data. It seems the same as shown below.
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1089
Date: 18/05/2007
Time: 07:57:37 PM
User: N/A
Computer: LJONES
Description:
Failed to execute the request because the ASP.NET process identity does not
have read permissions to the global assembly cache. Error: 0x80070005 Access
is denied.
--
L. A. Jones
"Juan T. Llibre" wrote:
The critical part of the error message is this :--
!> Failed to execute the request because the ASP.NET process identity
!> does not have read permissions to the global assembly cache.
Are you impersonating the ASP.NET identity ?
You are running on XP.
XP's default ASP.NET identity is the ASPNET account.
run :
aspnet_regiis -ga machinename\aspnet
( substitute *your* machine's name for "machinename"... )
....from a command window in the .Net Framework 2.0 directory :
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
I'm not sure if you can get away with running just :
aspnet_regiis -ga aspnet
L. A. Jones
"Juan T. Llibre" wrote:
The critical part of the error message is this :.
!> Failed to execute the request because the ASP.NET process identity
!> does not have read permissions to the global assembly cache.
Are you impersonating the ASP.NET identity ?
You are running on XP.
XP's default ASP.NET identity is the ASPNET account.
run :
aspnet_regiis -ga machinename\aspnet
( substitute *your* machine's name for "machinename"... )
....from a command window in the .Net Framework 2.0 directory :
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
I'm not sure if you can get away with running just :
aspnet_regiis -ga aspnet
That should get you up and running again.
- Follow-Ups:
- Re: Server Application unavailable error
- From: Juan T. Llibre
- Re: Server Application unavailable error
- References:
- Re: Server Application unavailable error
- From: Juan T. Llibre
- Re: Server Application unavailable error
- From: Dave
- Re: Server Application unavailable error
- From: Juan T. Llibre
- Re: Server Application unavailable error
- Prev by Date: Re: Server Application unavailable error
- Next by Date: Re: excel 2003 cannot read asp.net page output
- Previous by thread: Re: Server Application unavailable error
- Next by thread: Re: Server Application unavailable error
- Index(es):
Relevant Pages
|