BaseSiteManager.

AddApplication(ApplicationSettings) Method

Summary

Adds a virtual application to a IIS site
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BaseSiteManager

Syntax

public bool AddApplication(ApplicationSettings settings)

Parameters

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

Return Value

Type Description
bool If the application was added.