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
Set the configuration for an application.
Syntax
public static void SetApplicationWebConfiguration(this ICakeContext context, string siteName, string applicationPath, Action<Configuration> configuration)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
siteName |
string |
The web site name. |
applicationPath |
string |
The virtual application within the site. |
configuration |
Action<Configuration> |
The IIS configuration settings. |
Return Value