AdminServer Metabase Property
Updated: August 22, 2005
Applies To: Windows Server 2003, Windows Server 2003 with SP1
The AdminServer property identifies the Web server instance that is being administered by the remote administration program.
Important |
|---|
| Because this property is internally configured by IIS, you should consider it to be read-only. Do not configure this property. |
| Attribute Name | Attribute Value |
|---|---|
|
XML Data Type |
String |
|
WMI Data Type |
String |
|
ADSI Data Type |
String |
|
ABO Data Type |
String |
|
ABO Metabase Identifier |
MD_ADMIN_INSTANCE |
|
Attributes |
INHERIT |
|
Default Value |
1 |
|
MetaFlagsEx |
CACHE_PROPERTY_MODIFIED |
|
User Type |
IIS_MD_UT_SERVER |
|
ID |
2115 |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
| Metabase Path | IIS Admin Object Type |
|---|---|
|
/LM/W3SVC |
IIsWebService |
|
/LM/W3SVC/Info |
IIsWebInfo |
Code Example
For general code examples, see Code Examples to Configure Metabase Properties.

Important