ServerBindings
ServerBindings specifies a Stringthat IIS usesto determine which network endpoints are used by the server instance. The String format is IP:Port:Hostname.
Note Both the IP and Hostname parameters of the String are optional. Any unspecified parameters default to an all-inclusive wildcard.
Attribute Name | Attribute Value |
---|---|
XML Data Type | MULTISZ |
WMI Data Type |
Same as WMI data type
|
ADSI Data Type | MULTISZ |
ABO Data Type | MULTISZ |
ABO Metabase identifier |
MD_SERVER_BINDINGS
|
Attributes | NO_ATTRIBUTES |
Default Value | null |
MetaFlagsEx | CACHE_PROPERTY_MODIFIED |
User Type | IIS_MD_UT_SERVER |
StartingNumber | Not applicable |
EndingNumber | Not applicable |
ID | 1023 |
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/MSFTPSVC/n | IIsFtpServer |
/LM/W3SVC | IIsWebService |
/LM/MSFTPSVC | IIsFtpService |
/LM/NNTPSVC/n | IIsNntpServer |
/LM/SMTPSVC/n | IIsSmtpServer |
Code Example
For general code examples, please see Code Examples to Configure Metabase Properties