One or more IIS services may unexpectedly close, and you may receive an "Event ID 7031" error message in the System log when you start a Web site that is hosted on IIS 5.0 (899301)
The information in this article applies to:
- Microsoft Internet Information Services 5.0
SYMPTOMSWhen you start a Web site that is hosted on Microsoft Internet Information Services (IIS) 5.0, one or more IIS services may unexpectedly close. In the System log, you may also receive an error message that is similar to the following: Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7031
Description:
The IISService service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 0 milliseconds: No action.
Note In the error message,
IISService represents one of the IIS services. Additionally, you may receive an error message that is similar to
the following when you try to open a Web site that is hosted on
IIS 5.0: Server Application
Unavailable CAUSEThis issue occurs when the caching of ISAPI applications is disabled on the Web site. This setting is not the default setting for IIS. You can only disable caching of ISAPI extensions when you test during ISAPI extension development. You must enable caching of ISAPI extensions on a production server.RESOLUTIONTo resolve this issue, enable caching of ISAPI applications on the Web site. To do this, follow these steps: - Click Start, click Run,
type %systemroot%\system32\inetsrv\iis.msc, and then
click OK.
- Expand the computer name that you want to configure.
- Right-click the Web site that you want to configure, and then click
Properties.
- On the Home Directory tab, click
Configuration.
- Click to select the Cache ISAPI
applications check box.
- Click OK two times.
Modification Type: | Minor | Last Reviewed: | 9/20/2005 |
---|
Keywords: | kbIISAM kbtshoot kbprb KB899301 kbAudDeveloper kbAudITPRO |
---|
|