contents   index   previous   next



PropertiesReference Tables:Properties

 

All properties are Read/Write.

 

Property Type Description
AuthenticationSourceProperties:AuthenticationSource Integer The source of usernames and passwords for restricted directories. GlobalFile, LocalFile, LocalACL, DomainACL.
AuthenticationSourceFileProperties:AuthenticationSourceFile String Fully qualified path to the file used if AuthenticationSource = GlobalFile.
CGIDirectoryProperties:CGIDirectory String Fully qualified path to CGI Directory.
CGIEnableProperties:CGIEnable Boolean Enables CGI processing.
CGITimeoutProperties:CGITimeout Long CGI script timeout.
ConnectionTimeoutProperties:ConnectionTimeout Integer Clean-up timeout for connections.
ContentSourceProperties:ContentSource Integer The source of usernames and passwords for MIME content. Registry, File, Internal.
ContentSourceFileProperties:ContentSourceFile String Fully qualified path to the file used if ContentSource = Internal.
DirectoryBrowseEnableProperties:DirectoryBrowseEnable Boolean Enable/Disable directory browsing when index page is not present.
HTMLFunctionsEnableProperties:HTMLFunctionsEnable Boolean Enable/Disable Visual BasicVisual Basic function call from HTML.
ErrorFilesEnable Boolean Enable/Disable if external HTML files are used for HTTP error messages when VerboseErrorsEnable = TRUE.
IndexPageNamesProperties:IndexPageNames String List of allowable index/default page names (comma delimited).
MaxConnectionsProperties:MaxConnections Integer Maximum number of simultaneous connections.
ServerIPProperties:ServerIP String IP address of web server.
ServerNameProperties:ServerName String Server Name of web server.
ServerPortProperties:ServerPort String IP Port of web server.
ServerSoftwareProperties:ServerSoftware String The name and version of this web server.
SSIEnableProperties:SSIEnable Boolean Enable/Disable Server Side Include (SSI) processing.
TrapFileEnableProperties:TrapFileEnable Boolean Traps all page/file requests and passes control to the application.
TrapFileTypesProperties: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.
VerboseErrorsEnableProperties:VerboseErrorsEnable Boolean Explanatory errors to clients or just error codes.
VirtualPathProperties:VirtualPath String Fully qualified path to the directory of the home page.

 

 

Table 6.1.1 – Properties

 


Reference Tables:Methods