Community discussion forum

server application unavailable

Tags: .net, asp.net India
  • 1 year ago

    Hi,

     I have got the below error in log event in my system while try to browse .aspx page.

     I am also getting server application unavailable error in IE. 

    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. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

     

    Regards

    Jegan

     

  • 1 year ago

    hi Jegan,

    try this out:(I don't hv much time to go through it....so I m pasting it from somewhere):

    To work around this problem, verify that the ASPNET account has the correct user rights as follows:

    %windir%\Microsoft.NET\Framework\Version\Temporary ASP.NET Files: Full Control
    %windir%\Temp: Full Control
    Application folder: Read
    %installroot% hierarchy (for example, %windir%\Microsoft.Net\Framework\Version): Read
    %windir%\Assembly: Read

    Note This is the global assembly cache. You cannot directly use Windows Explorer to edit ACLs for this folder. Instead, open a command window, and then run the following command:
    cacls %windir%\assembly /e /t /p domain\useraccount:R
    Alternatively, before you use Windows Explorer, run the following command to unregister Shfusion.dll:
    regsvr32–u shfusion.dll
    After you set user rights in Windows Explorer, run the following command to re-register Shfusion.dll:
    regsvr32 shfusion.dll
    Web site root (for example, %root%\Inetpub\Wwwroot) or the path that the default Web site points to: Read
    %windir%\System32: Read
    (Typically, the ASPNET account has already been granted user rights as a member of the Users group.)

    Do reply back if it solves your problem.

    Regards,

    Royal

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback