[This is preliminary documentation and subject to change]

Setting Connection Timeout

This topic is under construction.

 In addition, IIS6.0 will support connection limits over all sites total.  This value, set at the /LM/W3SVC metabase level, restricts all connections to the web server itself. 

The UI for the W3SVC itself (right-click the Web-Sites folder -> properties) should allow one to set the overall W3SVC connection limit setting. 

When changing the total W3SVC connection limit in the WWW Service Master Properties UI, the UI should change the MaxGlobalConnections setting under the metabase path /LM/W3SVC.

IIS6.0 uses 2 properties to control connection limits:

IIS6.0 does not make use of the MaxEndpointConnectionssetting.

Given that the connection limits functionality has changed, the following needs to be documented completely:

Timeouts

In IIS5, users/admins were able to configure the connection timeouts in both the WWW Service Master Properties and the Site configuration as well (under Web Site tab).  Users should still be able to configure connection limits in the same places for IIS6. 

As mentioned in Section 5.2, Connection Timeouts in IIS6 involve 3 settings:

Connection Timeouts have changed quite a bit since IIS5.  Given this, the following UE requirements need to be met:

To decide whether to limit connections

Use System Monitor to log the Current Connections, Maximum Connections, and Total Connection Attempts counters in at least the Web Service and FTP Service objects. Continue logging until you have a good sense of the normal range; typically, this can take several days, to a week, or more.

To limit the number of connections

  1. In the IIS snap-in, select the Web site and click the Properties button to display its property sheets.
  2. On the Web Site property sheet, select the Limited to option.
  3. Type the maximum number of simultaneous connections you want to allow in the Maximum Connections box.

    note Note    The Unlimited option permits as many simultaneous connections as your bandwidth and processor can support.

  4. Type the connection timeout value in seconds in the Connection Timeout box.

Related Topics


© 1997-2001 Microsoft Corporation. All rights reserved.