MinFileBytesPerSec Metabase Property

Applies To: Windows Server 2003, Windows Server 2003 with SP1

The MinFileBytesPerSec property is used to configure the minimum throughput rate that HTTP.sys enforces when sending data from the client to the server, and back from the server to the client. The MinFileBytesPerSec property prevents malicious or malfunctioning software clients from consuming resources by holding a connection open with minimal data. If the throughput rate is below the MinFileBytesPerSec setting, the connection is terminated.

In IISĀ 6.0, use this property in conjunction with the ConnectionTimeout property, and for Web service nodes, use the HeaderWaitTimeout property instead of the ServerListenTimeout property.

Attribute Name Attribute Value

XML Data Type

DWORD

WMI Data Type

SINT32

ADSI Data Type

DWORD

ABO Data Type

DWORD

ABO Metabase Identifier

MD_MIN_FILE_BYTES_PER_SEC

Attributes

INHERIT

Default Value

240

MetaFlagsEx

CACHE_PROPERTY_MODIFIED

User Type

IIS_MD_UT_SERVER

ID

9205

Configurable Locations

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

Metabase Path IIS Admin Object Type

/LM/W3SVC

IIsWebService

Code Example

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