Server Application Unavailable

A

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

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!
*************************************************
 
A

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

Cowboy \(Gregory A. Beamer\)

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top