Iis7Website Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Iis7Website type exposes the following members.
Properties
Name | Description | |
---|---|---|
AnonymousAuthentication |
Sets AnonymousAuthentication for the website. Default is true
|
|
Applications |
ITaskItem of Applications. Use AppPool, PhysicalPath and EnabledProtocols metadata to specify applicable values
|
|
AppPool |
Sets the app pool.
|
|
BasicAuthentication |
Sets BasicAuthentication for the website. Default is false;
|
|
ConnectAsUser |
Sets the user of the application (instead of pass-throught authentication).
|
|
ConnectAsUserPassword |
Sets the password of the application user (instead of pass-throught authentication).
|
|
DigestAuthentication |
Sets DigestAuthentication for the website. Default is false;
|
|
EnabledProtocols |
Sets the Enabled Protocols for the website
|
|
Exists |
Gets whether the website exists
|
|
Force |
Set to true to force the creation of a website, even if it exists.
|
|
HttpResponseHeaders |
A collection of headers to add. Specify Identity as name and add Value metadata
|
|
Identifier |
Gets or sets the Identifier for the website. If specified for Create and the Identifier already exists, an error is logged.
|
|
LogDirectory |
Sets the directory the website writes logfiles to.
|
|
LogExtFileFlags |
Sets the LogExtFileFlags. Default is 1414 (logextfiletime | logextfileclientip |logextfilemethod | logextfileuristem | logextfilehttpstatus)
|
|
LogFormat |
Sets the LogExtFileFlags. Default is W3c.
|
|
MimeTypes |
A collection of MimeTypes. Specify Identity as name and add Value metadata
|
|
Name |
Sets the name of the Website
|
|
Path |
Sets the path.
|
|
PhysicalPath |
Gets the site physical path. [Output]
|
|
Port |
Sets the port.
|
|
Providers |
Sets the authentication providers. The authentication providers must be passed in a semicolon separated string.
|
|
ServerAutoStart |
Sets ServerAutoStart for the website. Default is true.
|
|
SiteId |
Gets the site id. [Output]
|
|
SiteInfo |
Gets the SiteInfo Item. Identity = Name, MetaData = ApplicationPoolName, PhysicalPath, Id, State
|
|
SslFlags |
Sets the SSl Flag for the website
|
|
UseKernelMode |
Sets whether Windows authentication is done in kernel mode. Default is true.
|
|
VirtualDirectories |
ITaskItem of VirtualDirectories. Use PhysicalPath metadata to specify applicable values
|
|
WindowsAuthentication |
Sets WindowsAuthentication for the website. Default is false;
|
See Also