<deliisdir>

A task to delete a specified IIS Virtual Directory in the Default Web Site.

Parameters

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

Examples

Delete the TEMP IIS Virtual Directory.

                 <deliisdir 
                    vdirname="TEMP"
                 />