Home All Groups Group Topic Archive Search About

Server Application Unavailable

Author
24 May 2006 4:03 AM
Aryan
Hi Everybody,
   I am facing "Server Application Unavailable" problem with .NET
Framework 2.0

Earlier Framework was working fine, but one fine day it stopped working

for particular application. Where as other application running under
framework 2.0 is working fine, since they are using local port to run
those application.


Giving you all error discription generated by my application(i am using

microsoft.exception block) for exception logging in event viewer.


"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. "


Please help me out.. how can this particular application is not working
and other applications are fine.


Thanks in advance.


Manoj Singh.

Author
24 May 2006 12:19 PM
Cowboy (Gregory A. Beamer)
Make sure the account running ASP.NET has rights to the temporary folders
under <root>:\windows\Microsoft .NET\{framework version}. The account is
generally IUSR or Network Service. A google search can confirm there are no
other accounts.

Now, you say the other apps are fine. Are they also web apps? If so, the
pool this particular app is under could be set up incorrectly.

Also, if you have multiple versions of .NET loaded, make sure your web app
is not set up to run under the wrong version. This also deals with the
application pool.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
Show quote
"Aryan" <manoj241***@gmail.com> wrote in message
news:1148443437.811073.153470@i40g2000cwc.googlegroups.com...
> Hi Everybody,
>   I am facing "Server Application Unavailable" problem with .NET
> Framework 2.0
>
> Earlier Framework was working fine, but one fine day it stopped working
>
> for particular application. Where as other application running under
> framework 2.0 is working fine, since they are using local port to run
> those application.
>
>
> Giving you all error discription generated by my application(i am using
>
> microsoft.exception block) for exception logging in event viewer.
>
>
> "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. "
>
>
> Please help me out.. how can this particular application is not working
> and other applications are fine.
>
>
> Thanks in advance.
>
>
> Manoj Singh.
>
Author
25 May 2006 10:55 AM
Aryan
Hi Gregory,
    I have tried giving permission for Full Rights for Freamework
version 2.0 and had given full permission to ASP.NET Temparory Folder
also,but nothing worked. I have only one framework installed on machine
and that is version 2.0.

Nothing is working out....
Author
26 May 2006 12:36 PM
Cowboy (Gregory A. Beamer)
I found a KB:
http://support.microsoft.com/kb/811320/en-us

It has a rather detail instruction set to getting things back up and
running.

There is also an obscure error with some computer names:
http://support.microsoft.com/kb/323292/en-us

This is a standard to remember for your toolbox (apsnet_regiis):
http://support.microsoft.com/kb/306005/en-us

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
Show quote
"Aryan" <manoj241***@gmail.com> wrote in message
news:1148554540.385250.215690@i40g2000cwc.googlegroups.com...
> Hi Gregory,
>    I have tried giving permission for Full Rights for Freamework
> version 2.0 and had given full permission to ASP.NET Temparory Folder
> also,but nothing worked. I have only one framework installed on machine
> and that is version 2.0.
>
> Nothing is working out....
>

AddThis Social Bookmark Button