MaxBandwidth in IIS
http://technet.microsoft.com/zh-cn/windows/ms524902
The MaxBandwidth 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.
When you set the MaxBandwidth property programmatically or directly in the file, the value must represent bytes per second. When you set the MaxBandwidth property in IIS Manager, the value must represent kilobytes per second.
The value must be in the range between 1024 and 4294967295 bytes per second otherwise a warning message will be logged in Event Viewer with the event identifier 1041.
The World Wide Web Publishing Service (WWW service) must be restarted before changes to this property take effect.
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.