Classes
Class | Description | |
---|---|---|
AppPoolController | Allows control for an application pool on a local or remote machine with IIS installed. The default is to control the application pool on the local machine. If connecting to a remote machine, you can specify the |
|
AppPoolCreate | Creates a new application pool on a local or remote machine with IIS installed. The default is to create the new application pool on the local machine. If connecting to a remote machine, you can specify the |
|
AppPoolDelete | Deletes an existing application pool on a local or remote machine with IIS installed. The default is to delete an existing application pool on the local machine. If connecting to a remote machine, you can specify the |
|
WebBase | Base task for any IIS-related task. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. | |
WebDirectoryCreate | Creates a new web directory on a local or remote machine with IIS installed. The default is to create the new web directory on the local machine. The physical path is required to already exist on the target machine. If connecting to a remote machine, you can specify the |
|
WebDirectoryDelete | Deletes a web directory on a local or remote machine with IIS installed. The default is to delete the web directory on the local machine. If connecting to a remote machine, you can specify the |
|
WebDirectoryScriptMap | Sets an application mapping for a filename extension on an existing web directory. | |
WebDirectorySetting | Reads and modifies a web directory configuration setting. |
Enumerations
Enumeration | Description | |
---|---|---|
AppPoolControllerActions | Actions the |
|
WebBase.ApplicationPoolAction | Defines the possible application pool actions to be performed. | |
WebBase.ApplicationPoolState | Defines the current application pool state. | |
WebBase.IISVersion | Defines the possible IIS versions supported by the task. |
Documentation version 1.0.0.0.