K
Ken Stealth
Hi,
I had to fix this problem once before - after allowing microsoft to
install a patch on my XP box. It's been working great for a month and
now I'm back searching google, reading books, and trying to make it
work again.
If you try to hit a web page (that has always worked) on this box you
get the error:
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.
If you read the event log you find the following 2 messages (many
times):
(1)
aspnet_wp.exe could not be launched because the username and/or
password supplied in the processModel section of the config file are
invalid.
(2)
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.
I checked my machine.config and the processModel attributes for
userName is: userName="[machine]"
Out of desperation I set it to userName="[SYSTEM]" and even though
I've restarted everything numerous times - it still won't run.
Doesn't seem like it could be a permissions issue if I set UserName to
system does it?
Also, the machine.config has not changed in over a month. I spend
almost as much time keeping systems running or running correctly as I
do designing and writing code.
Thanks
Ken
I had to fix this problem once before - after allowing microsoft to
install a patch on my XP box. It's been working great for a month and
now I'm back searching google, reading books, and trying to make it
work again.
If you try to hit a web page (that has always worked) on this box you
get the error:
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.
If you read the event log you find the following 2 messages (many
times):
(1)
aspnet_wp.exe could not be launched because the username and/or
password supplied in the processModel section of the config file are
invalid.
(2)
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.
I checked my machine.config and the processModel attributes for
userName is: userName="[machine]"
Out of desperation I set it to userName="[SYSTEM]" and even though
I've restarted everything numerous times - it still won't run.
Doesn't seem like it could be a permissions issue if I set UserName to
system does it?
Also, the machine.config has not changed in over a month. I spend
almost as much time keeping systems running or running correctly as I
do designing and writing code.
Thanks
Ken