ApplicationPoolManager.

Create(ApplicationPoolSettings) Method

Summary

Creates an application pool
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
ApplicationPoolManager

Syntax

public void Create(ApplicationPoolSettings settings)

Parameters

Name Type Description
settings ApplicationPoolSettings The settings of the application to add

Return Value

Type Description
void If the application pool was added.