IIsWebInfo

Some metabase properties associated with the Web service are stored at the Info key subordinate to the W3SVC key. You can use the IIsWebInfo object to set values for these properties.

The IIsWebInfo object is an ADSI object, but not an ADSI container object.

ADsPath

IIS://MachineName/W3SVC/Info

Where MachineName can be any name or "LocalHost".

Syntax

varReturn = object.{Method}
 

Parts

varReturn
A variable that receives the return value from the method.
object
A variable that contains the IIsWebInfo object, usually as a result of a previous GetObject operation.
Method
The object method chosen.

Properties

ADSI Object Properties

Metabase Properties

AdminServer ServerConfigFlags
CustomErrorDescriptions ServerConfigSSL128
LogModuleList ServerConfigSSL40
ServerConfigAutoPWSync ServerConfigSSLAllowEncrypt

Methods

ADSI Object Methods Standard methods for ADSI objects.
Common Object Methods Methods, other than ADSI methods, common to all IIS Admin Objects.