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 a web farm on remote IIS.
Syntax
public static void CreateWebFarm(this ICakeContext context, string server, WebFarmSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
server |
string |
The remote server name. |
settings |
WebFarmSettings |
The web farm settings. |
Return Value