You may receive an error message when you run ASP files on a Web server that is running IIS 5.0 in Medium or High application protection mode (922739)
The information in this article applies to:
- Microsoft Internet Information Services 5.0
SYMPTOMSConsider the following scenario. You have a Web server that is running Microsoft Internet Information Services (IIS) 5.0. IIS 5.0 is running in Medium or High application protection mode. You try to run Active Server Pages (ASP) files from the Web server. In this scenario, you may receive one of the following error messages: HTTP 500 - Internal server error Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. Additionally, the following event may be logged in the System log:Event ID: 36 Source: W3SVC Description: The server failed to load application '/LM/W3SVC/ Number/Root/ ApplicationName'. The error was 'The server process could not be started because the configured identity is incorrect'. Related symptomsYou may also experience the following related symptoms after you experience the primary symptom: CAUSEThis issue may occur if the remote procedure call (RPC) service is not running under the Local System account context. IIS requires the RPC service to run under the Local System account context.RESOLUTIONTo resolve this issue, configure the RPC service to run under the Local System account context. To do this, follow these steps: - Click Start, click Run, type Services.msc, and then click OK. The Services MMC snap-in opens.
- In the right pane, locate and then double-click Remote Procedure Call (RPC).
- Click the Log On tab.
- Under Log on as, click Local System account, and then click OK.
- On the File menu, click Exit to close the Services MMC snap-in.
- Restart the computer, and then log on to the computer.
- Open a Web browser window.
- Test whether the ASP files run correctly.
Modification Type: | Major | Last Reviewed: | 8/3/2006 |
---|
Keywords: | kbtshoot KB922739 kbAudDeveloper kbAudITPRO |
---|
|