This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Creates an application pool
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- Application
Pool Manager
Syntax
public void Create(ApplicationPoolSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Application |
The settings of the application to add |
Return Value
| Type | Description |
|---|---|
| void | If the application pool was added. |
