Properties Table
All properties are Read/Write.
|
Property |
Type |
Description |
|
|
AuthenticationSource |
Integer |
The source of usernames and passwords for restricted directories. GlobalFile, LocalFile, LocalACL, DomainACL. |
|
|
AuthenticationSourceFile |
String |
Fully qualified path to the file used if AuthenticationSource = GlobalFile. |
|
|
CGIDirectory |
String |
Fully qualified path to CGI Directory. |
|
|
CGIEnable |
Boolean |
Enables CGI processing. |
|
|
CGITimeout |
Long |
CGI script timeout. |
|
|
ConnectionTimeout |
Integer |
Clean-up timeout for connections. |
|
|
ContentSource |
Integer |
The source of usernames and passwords for MIME content. Registry, File, Internal. |
|
|
ContentSourceFile |
String |
Fully qualified path to the file used if ContentSource = Internal. |
|
|
DirectoryBrowseEnable |
Boolean |
Enable/Disable directory browsing when index page is not present. |
|
|
HTMLFunctionsEnable |
Boolean |
Enable/Disable Visual Basic function call from HTML. |
|
|
ErrorFilesEnable |
Boolean |
Enable/Disable if external HTML files are used for HTTP error messages when VerboseErrorsEnable = TRUE. |
|
|
IndexPageNames |
String |
List of allowable index/default page names (comma delimited). |
|
|
MaxConnections |
Integer |
Maximum number of simultaneous connections. |
|
|
ServerIP |
String |
IP address of web server. |
|
|
ServerName |
String |
Server Name of web server. |
|
|
ServerPort |
String |
IP Port of web server. |
|
|
ServerSoftware |
String |
The name and version of this web server. |
|
|
SSIEnable |
Boolean |
Enable/Disable Server Side Include (SSI) processing. |
|
|
TrapFileEnable |
Boolean |
Traps all page/file requests and passes control to the application. |
|
|
TrapFileTypes |
String |
A comma delimited list of file types that will cause the FileRequest event to fire. A blank sting will cause all file type to fire. |
|
|
VerboseErrorsEnable |
Boolean |
Explanatory errors to clients or just error codes. |
|
|
VirtualPath |
String |
Fully qualified path to the directory of the home page. |
|