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 application pool on local IIS.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- Application
Pool Aliases
Syntax
public static void CreatePool(this ICakeContext context, ApplicationPoolSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
settings | Application |
The application pool settings. |
Return Value
Type | Description |
---|---|
void |