<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables RPIIsWebApplicationExtension |
The RPIIsWebApplication table contains the columns shown in the following table.
Column |
Type |
Key |
Nullable |
---|---|---|---|
RPIIsWebApplication_ |
Identifier (s72) |
Y |
N |
Extension |
Formatted (s255) |
Y |
N |
Verbs |
Text (S255) |
N |
Y |
Executable |
Text (s255) |
N |
Y |
Attributes |
Integer (I2) |
N |
Y |
Description |
Text (s255) |
N |
N |
RPIIsWebApplication_
Foreign key, referencing possible ASP application for the web site.
Extension
Primary key, extension that should be registered for this ASP application.
Verbs
Specifies the HTTP verbs for which the handler mapping applies. (e. g. POST, GET, HEAD, TRACE)
Executable
Reference to the executable file.
Attributes
Attributes for the extension
1 = Allows processing for files of this type in a directory with Script permission
4 = Allow the server to check that the requested script exists before mapping an extension to an application.
Description
The displayed name of the extension