Re: Server Application unavailable error
- From: Dave <Dave@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 18 May 2007 17:45:00 -0700
Not sure of the steps to this. Could you enumerate the steps. Thanks
--
L. A. Jones
"Juan T. Llibre" wrote:
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: Juan T. Llibre
- Re: Server Application unavailable error
- From: Manish Bafna
- 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
- From: Juan T. Llibre
- Re: Server Application unavailable error
- Prev by Date: Re: Form Results to other webpage
- Next by Date: http://j40974.blogspot.com http://j92657.blogspot.com http://j38246.blogspot.com http://j57271.blogspot.com http://j73927.blogspot.com http://j44299.blogspot.com http://j21314.blogspot.com http://j6733.blogspot.com http://j29820.blogspot.com http://j4929.blogspot.com http://j67589.blogspot.com http://j26495.blogspot.com http://j3426.blogspot.com
- Previous by thread: Re: Server Application unavailable error
- Next by thread: Re: Server Application unavailable error
- Index(es):
Relevant Pages
|