|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Server Application UnavailableI 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. 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. -- Show quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "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. > 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.... 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 -- Show quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "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.... > |
|||||||||||||||||||||||