BaseSiteManager.

SetWebConfiguration(string, string, Action<Configuration>) Method

Summary

Updates the web.config of the given host/site/application.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BaseSiteManager

Syntax

public void SetWebConfiguration(string siteName, string applicationPath, Action<Configuration> configurationAction)

Parameters

Name Type Description
siteName string The name of the site.
applicationPath string The path to the application.
configurationAction Action<Configuration> The action to execute on the Microsoft.Web.Administration.Configuration object.

Return Value

Type Description
void