This property specifies the maximum network bandwidth used for IIS. You can use this setting to help prevent overloading the network with IIS activity. This is not an inheritable property, but the value set at the machine level is globally available to all server instances. MaxBandWidth can be set individually so that specific server instances are used instead of the global value, and can exceed the global setting established at the machine level. A server instance must be stopped and restarted for a changed MaxBandWidth value to take effect.
Data type | Long |
Default value | &HFFFFFFFF (unlimited) |
Inheritance | Global (not inheritable) |
This property is accessible at the following locations:
Metabase Path | Key Type |
/LM | IIsComputer |
/LM/W3SVC/N | IIsWebServer |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
Metabase identifier | MD_MAX_BANDWIDTH |
User type | IIS_MD_UT_SERVER |