NAntContrib
Help
Element Reference
WebBase |
v0.85-rc1 |
[This is preliminary documentation and subject to change.]
Base class for all IIS-related task.
Basically this class hold the logic to determine the IIS version as well as the IIS server/port determination/checking logic.| Attribute | Type | Description | Required |
|---|---|---|---|
| vdirname | string | Name of the IIS virtual directory. | True |
| iisserver | string | The IIS server, which can be specified using the format [host]:[port]. The default is localhost:80. | False |
| failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
| if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
| unless | bool | Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false. | False |
| verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |