ServerBindings Metabase Property
Applies To: Windows Server 2003, Windows Server 2003 with SP1
The ServerBindings property specifies a string that IIS uses to 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 |
MULTISZ |
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 |
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, see Code Examples to Configure Metabase Properties.