<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables RPIIsWebDirProperties table |
The RPIIsWebDirProperties table contains the columns shown in the following table.
Column |
Type |
Key |
Nullable |
---|---|---|---|
RPIIsWebDirProperties |
Identifier (s72) |
Y |
N |
Access |
Integer (I2) |
N |
Y |
Authorization |
Integer (I2) |
N |
Y |
RPUser_ |
Identifier (S72) |
N |
Y |
IIsControlledPassword |
Integer (I2) |
N |
Y |
LogVisits |
Integer (I2) |
N |
Y |
Index |
Integer (I2) |
N |
Y |
DefaultDoc |
Text (S255) |
N |
Y |
AspDetailedError |
Integer (I2) |
N |
Y |
HttpExpires |
Text (S255) |
N |
Y |
CacheControlMaxAge |
Integer (I4) |
N |
Y |
CacheControlCustom |
Text (S255) |
N |
Y |
NoCustomError |
Integer (I2) |
N |
Y |
AccessSSLFlags |
Integer (I2) |
N |
Y |
AuthenticationProviders |
Text (S255) |
N |
Y |
RPIIsWebDirProperties
Primary key, non-localized token for Web Properties.
Access
Access rights to the web server.
Authorization
Authorization policy to web server (anonymous access, NTLM, etc)
RPUser_
Foreign key, User used to log into database.
Be aware: The definition of this column has undergone slight changes between RayPack 1.3 and 1.4: Whilst the type was s72 in older versions, it is S72 in the current one. This modification may cause issues during the edition of RPP projects, which have originally been created with prior RayPack versions. If you encounter troubles, please contact our support team, we will gladly assist on upgrading your project files. |
IIsControlledPassword
Specifies whether IIs is allowed to set the AnonymousUser_ password.
LogVisits
Specifies whether IIs tracks all access to the directory.
Index
Specifies whether IIs searches the directory.
DefaultDoc
Comma delimited list of file names to act as a default document.
AspDetailedError
Specifies whether detailed ASP errors are sent to browser.
HttpExpires
Value to set the HttpExpires attribute to for a Web Dir in the metabase.
CacheControlMaxAge
Integer value specifying the cache control maximum age value.
CacheControlCustom
Custom HTTP 1.1 cache control directives.
NoCustomError
Specifies whether IIs will return custom errors for this directory.
AccessSSLFlags
Specifies AccessSSLFlags IIS metabase property.
AuthenticationProviders
Comma delimited list, in order of precedence, of Windows authentication providers that IIS will attempt to use: NTLM, Kerberos, Negotiate, and others.