RPIIsWebApplication table

<< Click to Display Table of Contents >>

RayPack > 7.3 u6 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables 

RPIIsWebApplication table

The RPIIsWebApplication table contains the columns shown in the following table.

 

Column

Type

Key

Nullable

RPIIsWebApplication

Identifier (s72)

Y

N

Name

Formatted (s255)

N

N

Isolation

Integer (i2)

N

N

AllowSessions

Integer (I2)

N

Y

SessionTimeout

Integer (I2)

N

Y

Buffer

Integer (I2)

N

Y

ParentPaths

Integer (I2)

N

Y

DefaultScript

Text (S26)

N

Y

ScriptTimeout

Integer (I2)

N

Y

ServerDebugging

Integer (I2)

N

Y

ClientDebugging

Integer (I2)

N

Y

RPIIsAppPool_

Integer (I2)

N

Y

 

Columns

RPIIsWebApplication

Primary key, non-localized token for ASP Application.

 

Name

Name of application in IIS MMC applet.

 

Isolation

Isolation level for ASP Application:

0 = Low

1 = High

2 = Medium

 

AllowSessions

Specifies whether application may maintain session state.

 

SessionTimeout

Time session state is maintained without user interaction.

 

Buffer

Specifies whether application buffers its output.

 

ParentPaths

Specifies whether to allow ASP client-side script debugging.

 

DefaultScript

Default scripting language for ASP applications.

 

ScriptTimeout

Time ASP application page is permitted to process.

 

ServerDebugging

Specifies whether to allow ASP server-side script debugging.

 

ClientDebugging

Specifies whether to allow ASP client-side script debugging.

 

RPIIsAppPool_

App Pool this application should run under.