Have you tried setting up an empty ASP.NET page with something simple to see
if it works or gives you the same message?
I have seen this being caused by code that executes to which the
ASP.NETaccount does not have access.

I'm not sure what causes it but it seems that the ASP.NET account somehow
magically loses its rights or changes the account under which it operates.
I believe in Machine.config you can specify the account under which the
ASP.NET account executes.
As a test (I don't think this is a good idea for a production server) update
the ASP.NET account permissions to see if that makes any difference or
change the impersonation of the ASP.NET account and test it from that angle.
On Jan 22, 2008 1:22 PM, Hevel, Shawn <[EMAIL PROTECTED]> wrote:

>
>
> Everything was fine on Friday.  I come in Monday and I can't run any web
> pages on my local machine.  I've got IIS 6.0 installed.  I restarted my
> machine hoping that would help, but to no avail.
>
>
>
> I'm getting the following:
>
>
> Server Application Unavailable
>
>
> The web application you are attempting to access on this web server is
> currently unavailable.  Please hit the "Refresh" button in your web
> browser to retry your request.
>
> Administrator Note: An error message detailing the cause of this
> specific request failure can be found in the application event log of
> the web server. Please review this log entry to discover what caused
> this error to occur.
>
> When I look at the application event log I get:
>
>
>
> aspnet_wp.exe could not be started. The error code for the failure is
> 80004005. This error can be caused when the worker process account has
> insufficient rights to read the .NET Framework files. Please ensure that
> the .NET Framework is correctly installed and that the ACLs on the
> installation directory allow access to the configured account.
>
>
>
>
>
> Our vision is to develop an environment that will stimulate the
> transformation of data and information into knowledge and wisdom.  Our
> mission is to stay focused on the plans and goals with a sense of
> urgency necessary to improve the company's profitability and market
> share.
>
> Shawn Hevel, API, AIT
> Lead Programmer Analyst
> Information Technology Department
> South Carolina Farm Bureau Insurance Companies
> Phone: (803) 936-4331
> Fax: (803) 936-4629
> Work Email: [EMAIL PROTECTED]
> Home Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>
>
> ===================================
> This list is hosted by DevelopMentor(R)  http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to