ServerSize

This property specifies the general size of the server in terms of number of client requests handled per day. A value of 0 indicates a small Web site that would expect to receive fewer than 10,000 requests per day, a value of 1 indicates a medium site handling between 10,000 and 100,000 a day, and a value of 2 designates a large site processing more than 100,000 requests a day. The value of this property is used in calculating the value for the ServerListenBacklog property.

The following table describes this property:

Data type Long
Default value 1 (Medium)
Default inheritance Inheritable

Accessible by IIS Admin Objects:

IIsFtpService IIsFtpServer IIsWebService IIsWebServer


© 1997 by Microsoft Corporation. All rights reserved.