NAnt Help Task Reference <iisdirinfo> | NAnt.Contrib.Tasks () |
A task to List the configuration settings of a specified IIS Virtual Directory in the Default Web Site.
Attribute | Type | Description | Required |
---|---|---|---|
vdirname | string | Name of the IIS Virtual Directory | True |
failonerror | bool | False | |
if | bool | False | |
unless | bool | False | |
verbose | bool | False |
List the settings of the TEMP IIS Virtual Directory.
<iisdirinfo vdirname="TEMP" />