Share via


MaxBandwidthBlocked

MaxBandwidthBlocked specifies the maximum number of asynchronous requests to be queued in the outstanding idle queue when the maximum bandwidth of the server is exceeded. The value range for this property is 0 to 4294967295 (unlimited).

The metabase represents unlimited as the DWORD value of 4294967295 (0xFFFFFFFF); however, VBScript represents unlimited in hexadecimal format as &HFFFFFFFF. Previous versions of IIS represented unlimited as -1.

important Important This is not an inheritable property and cannot be set at child nodes. MaxBandwidthBlocked is set at the machine level, and is globally available to all server instances.

Attribute Name Attribute Value
XML Data Type DWORD
WMI Data Type
SINT32
ADSI Data Type DWORD
ABO Data Type DWORD
ABO Metabase identifier
MD_MAX_BANDWIDTH_BLOCKED
Attributes NO_ATTRIBUTES
Default Value 4294967295
MetaFlagsEx CACHE_PROPERTY_MODIFIED
User Type IIS_MD_UT_SERVER
StartingNumber Not applicable
EndingNumber 0
ID 1003

Configurable Locations

You can configure this property at the following locations in the IIS metabase.

Metabase Path IIS Admin Object Type
/LM/W3SVC/n IIsWebServer
/LM IIsComputer

Code Example

For general code examples, please see Code Examples to Configure Metabase Properties