Re: Server Application unavailable error
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Fri, 18 May 2007 20:34:49 -0400
I suspect you fumbled the command which gives *any*
account *all* the permissions ASP.NET needs to run.
In spite of that, Try to give access permissions to
the ASPNET account to the GAC directory itself.
The GAC directory is Drive:\WINDOWS\assembly
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Dave" <Dave@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D2A11057-0C94-47E7-B28D-ED0048B3904B@xxxxxxxxxxxxxxxx
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: Dave
- 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
- From: Dave
- Re: Server Application unavailable error
- Prev by Date: Re: Installer class
- Next by Date: Re: Form Results to other webpage
- Previous by thread: Re: Server Application unavailable error
- Next by thread: Re: Server Application unavailable error
- Index(es):
Relevant Pages
|