Error message when you try to connect to a Web site that is hosted in Internet Information Services (IIS) 6.0: "Service unavailable" (922761)
The information in this article applies to:
- Microsoft Internet Information Services 6.0
SYMPTOMSWhen you try to connect to a Web site that is hosted in Microsoft Internet Information Services (IIS) 6.0, you receive the following error message: Service unavailable When this issue occurs, no Error events are logged in the Application log on the Web server. However, an error message that resembles the following is logged in the Httperr.log file on the Web server: HTTP/1.1 GET / 503 1 ConnLimit DefaultAppPool CAUSEThis issue occurs if the following conditions are true: - You set the connection limit for the Web site to a specific number of concurrent connections.
- The number of concurrent connections to the Web site exceeds the connection limit that you set.
RESOLUTIONTo resolve this issue, use one of the following methods. Method 1Increase the connection limit for the Web site. To do this, follow these steps: - Click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- Expand ComputerName, and then expand Web Sites.
- Right-click the Web site that you want to configure, and then click Properties.
- Click the Performance tab.
- Under Web site connections, click Connections limited to, and then type the connection limit that you want to set.
- Click OK, and then exit IIS Manager.
Method 2Set the connection limit for the Web site to an unlimited number of concurrent connections. To do this, follow these steps: - Click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- Expand ComputerName, and then expand Web Sites.
- Right-click the Web site that you want to configure, and then click Properties.
- Click the Performance tab.
- Under Web site connections, click Unlimited.
- Click OK, and then exit IIS Manager.
Modification Type: | Major | Last Reviewed: | 8/15/2006 |
---|
Keywords: | kbtshoot kbExpertiseInter kberrmsg kbprb KB922761 kbAudITPRO |
---|
|