WebDirProperties Element (Iis Extension)

WiX

WebDirProperties Element (Iis Extension)

Description
WebDirProperties used by one or more WebSites. Lists properties common to IIS web sites and vroots. Corresponding properties can be viewed through the IIS Manager snap-in. One property entry can be reused by multiple sites or vroots using the Id field as a reference, using WebVirtualDir.DirProperties, WebSite.DirProperties, or WebDir.DirProperties.
Windows Installer references
None
Parents
Fragment, Module, Product, WebDir, WebSite, WebVirtualDir
Inner Text
None
Children
None
Attributes
Name Type Description Required
Id String   Yes
AccessSSL YesNoType A value of true indicates that file access requires SSL file permission processing, with or without a client certificate. This corresponds to AccessSSL flag for AccessSSLFlags IIS metabase property.  
AccessSSL128 YesNoType A value of true indicates that file access requires SSL file permission processing with a minimum key size of 128 bits, with or without a client certificate. This corresponds to AccessSSL128 flag for AccessSSLFlags IIS metabase property.  
AccessSSLMapCert YesNoType This corresponds to AccessSSLMapCert flag for AccessSSLFlags IIS metabase property.  
AccessSSLNegotiateCert YesNoType This corresponds to AccessSSLNegotiateCert flag for AccessSSLFlags IIS metabase property.  
AccessSSLRequireCert YesNoType This corresponds to AccessSSLRequireCert flag for AccessSSLFlags IIS metabase property.  
AnonymousAccess YesNoType Sets the Enable Anonymous Access checkbox, which maps anonymous users to a Windows user account. When setting this to 'yes' you should also provide the user account using the AnonymousUser attribute, and determine what setting to use for the IIsControlledPassword attribute. Defaults to 'no.'  
AnonymousUser String Reference to the Id attribute on the User element to be used as the anonymous user for the directory. See the User element for more information.  
AspDetailedError YesNoType Sets the option for whether to send detailed ASP errors back to the client on script error. Default is 'no.'  
AuthenticationProviders String Comma delimited list, in order of precedence, of Windows authentication providers that IIS will attempt to use: NTLM, Kerberos, Negotiate, and others.  
BasicAuthentication YesNoType Sets the Basic Authentication option, which allows clients to provide credentials in plaintext over the wire. Defaults to 'no.'  
CacheControlCustom String Custom HTTP 1.1 cache control directives.  
CacheControlMaxAge NonNegativeInteger Integer value specifying the cache control maximum age value.  
ClearCustomError YesNoType Specifies whether IIs will return custom errors for this directory.  
DefaultDocuments String The list of default documents to set for this web directory, in comma-delimited format.  
DigestAuthentication YesNoType Sets the Digest Authentication option, which allows using digest authentication with domain user accounts. Defaults to 'no.'  
Execute YesNoType    
HttpExpires String Value to set the HttpExpires attribute to for a Web Dir in the metabase.  
IIsControlledPassword YesNoType Sets whether IIS should control the password used for the Windows account specified in the AnonymousUser attribute. Defaults to 'no.'  
Index YesNoType Sets the Index Resource option, which specifies whether this web directory should be indexed. Defaults to 'no.'  
LogVisits YesNoType Sets whether visits to this site should be logged. Defaults to 'no.'  
PassportAuthentication YesNoType Sets the Passport Authentication option, which allows clients to provide credentials via a .Net Passport account. Defaults to 'no.'  
Read YesNoType    
Script YesNoType    
WindowsAuthentication YesNoType Sets the Windows Authentication option, which enables integrated Windows authentication to be used on the site. Defaults to 'no.'  
Write YesNoType    
See Also
Iis Schema