This identifier specifies how much traffic is anticipated on the service or server.
| Data type | DWORD |
| Default inheritance | Inheritable |
| User type | IIS_MD_UT_SERVER |
| Constant | Value | Description |
|---|---|---|
| MD_SERVER_SIZE_SMALL | 0x00000000 | Anticipate <10,000 requests/day |
| MD_SERVER_SIZE_MEDIUM | 0x00000001 | Anticipate 10,000 – 100,000 requests/day |
| MD_SERVER_SIZE_LARGE | 0x00000002 | Anticipate >100,000 requests/day |
This identifier is available at the following metabase keys:
| Metabase Path | Key Type |
|---|---|
| /LM/MSFTPSVC | IIsFtpService |
| /LM/MSFTPSVC/n | IIsFtpServer |
| /LM/W3SVC | IIsWebService |
| /LM/W3SVC/n | IIsWebServer |
This identifier is used internally by IIS to appropriately size a number of its data structures. It is also used in calculating the MD_SERVER_LISTEN_BACKLOG value.
ServerSize, MD_SERVER_LISTEN_BACKLOG