IIsApplicationPools (ADSI)
The IIsApplicationPools class corresponds to the IIsApplicationPools IIS Admin object, and contains the methods and read-only properties for the object. You can use the IIsApplicationPools object to manage application pools on IIS.
The IIsApplicationPools object is an ADSI container object.
IIS 5.1 and earlier: This object is not available.
ADsPath
- IIS://MachineName/W3SVC/AppPools
where MachineName can be any name or LocalHost.
Syntax
varReturn = IIsApplicationPool. Method
Parameters
varReturn
A variable that receives the return value from the method.Method
The object method chosen.
Can Contain
Properties
Methods
Standard methods for ADSI objects. |
|
Standard methods for ADSI container objects. |
Requirements
Server: Requires or Windows Server 2003.
Product: IIS