Error message when you request an ASP.NET 1.1 page: "Server Application Unavailable" (919075)
The information in this article applies to:
- Microsoft ASP.NET (included with the .NET Framework 1.1)
SYMPTOMSWhen you request a Microsoft ASP.NET version 1.1 page, you receive the following error message in the Web browser: 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. Additionally, the following Error event is logged in the Application log:Event Type: Error Event Source: ASP.NET 1.1.4322.0 Event Category: None Event ID: 1088 Date: DateTime: TimeUser: N/A Computer: Computer_NameDescription: Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied. CAUSEThis behavior occurs because the ASPNET account does not have sufficient permissions for the parent directory or for the child directory of the ASP.NET 1.1 application.RESOLUTIONTo resolve this behavior, grant the ASPNET account sufficient permissions for the parent directory and for the child directory of the ASP.NET 1.1 application. To do this, follow these steps: - In Microsoft Windows Explorer, locate the parent folder of the ASP.NET 1.1 application.
- Right-click the folder, and then click Properties.
- Click the Security tab.
- In the Group or user names box, click ASP.NET Machine Account.
If ASP.NET Machine Account is not in the Group or user names box, follow these steps:- Click Add.
- Type Computer_Name\ASPNET, and then click OK.
- In the Allow column of the Permissions box, click to select the following check boxes:
- The Read check box
- The Read & Execute check box
- The List Folder Contents check box
- Click Advanced.
- Click the Permissions tab.
- Click to select the Replace permission entries on all child objects with entries shown here that apply to child objects check box, and then click Apply.
- Click OK.
STATUS This behavior is by design.
Modification Type: | Major | Last Reviewed: | 6/8/2006 |
---|
Keywords: | kbConfig kbtshoot kbprb KB919075 kbAudDeveloper |
---|
|