Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You receive a "W3wp.exe could not be started" error message in the application event log when you view an ASP.NET page


View products that this article applies to.

Symptoms

When you try to view a page in a Microsoft ASP.NET application on Microsoft Internet Information Services 6.0, you may receive the following error message:

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.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the system event log of the web server. Please review this log entry to discover what caused this error to occur.
Note The word "Web" is capitalized incorrectly two times in the error message.

The following error message also appears in the application event log:
w3wp.exe could not be started. HRESULT for the failure: 80070005

↑ Back to the top


Cause

This problem occurs because the Network Service account does not have the correct user rights for the required system files and folders to run the ASP.NET worker process.

↑ Back to the top


Workaround

To work around this problem, make sure that the Network Service 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 the Shfusion.dll library:
    regsvr32�u shfusion.dll
    After you set user rights in Windows Explorer, run the following command to re-register the Shfusion.dll library:
    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 Network Service account has already been granted user rights as a member of the Users group.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


References

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
811320� You receive an "Aspnet_wp.exe could not be started" error message when you view an ASP.NET page
317012� Information about process and request identity in ASP.NET
For more information about security and ASP.NET, visit the following Microsoft Developer Network (MSDN) Web site:

↑ Back to the top


Keywords: KB833444, kbprb, kbsecurity, kbeventlog, kbwebserver, kbwebforms, kberrmsg

↑ Back to the top

Article Info
Article ID : 833444
Revision : 7
Created on : 3/22/2007
Published on : 3/22/2007
Exists online : False
Views : 320