git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
80 lines
2.2 KiB
Plaintext
80 lines
2.2 KiB
Plaintext
object IWServerController: TIWServerController
|
|
OldCreateOrder = True
|
|
AuthBeforeNewSession = False
|
|
AllowSubFolders = False
|
|
AppName = 'MyIWApp'
|
|
CacheExpiry = 2
|
|
ComInitialization = ciNormal
|
|
Compression.Enabled = False
|
|
Compression.Level = 6
|
|
Description = 'SQL Server Data Access Demo - IntraWeb'
|
|
DebugHTML = False
|
|
Log = loNone
|
|
EnableImageToolbar = False
|
|
ExceptionDisplayMode = smAlert
|
|
ExecCmd = 'EXEC'
|
|
HistoryEnabled = False
|
|
InternalFilesURL = '/'
|
|
Browser32Behaviour.Netscape4As32 = True
|
|
Browser32Behaviour.Netscape6As32 = True
|
|
Browser32Behaviour.IExplorer4As32 = True
|
|
PageTransitions = False
|
|
Port = 0
|
|
ReEntryOptions.AutoCreateSession = False
|
|
RestrictIPs = False
|
|
RestrictSubnet = False
|
|
RedirectMsgDelay = 0
|
|
ServerResizeTimeout = 0
|
|
SessionTrackingMethod = tmURL
|
|
ShowResyncWarning = True
|
|
SessionTimeout = 10
|
|
SupportedBrowsers = [brIE, brOpera, brNetscape6]
|
|
SSLOptions.NonSSLRequest = nsAccept
|
|
SSLOptions.Port = 0
|
|
ThreadPoolSize = 32
|
|
UnknownBrowserAction = ubReject
|
|
Version = '7.2.14'
|
|
OnNewSession = IWServerControllerBaseNewSession
|
|
Height = 310
|
|
Width = 342
|
|
end
|
|
OldCreateOrder = True
|
|
AuthBeforeNewSession = False
|
|
AllowSubFolders = False
|
|
AppName = 'MyIWApp'
|
|
CacheExpiry = 2
|
|
ComInitialization = ciNormal
|
|
Compression.Enabled = False
|
|
Compression.Level = 6
|
|
Description = 'SQL Server Data Access Demo - IntraWeb'
|
|
DebugHTML = False
|
|
Log = loNone
|
|
EnableImageToolbar = False
|
|
ExceptionDisplayMode = smAlert
|
|
ExecCmd = 'EXEC'
|
|
HistoryEnabled = False
|
|
InternalFilesURL = '/'
|
|
Browser32Behaviour.Netscape4As32 = True
|
|
Browser32Behaviour.Netscape6As32 = True
|
|
Browser32Behaviour.IExplorer4As32 = True
|
|
PageTransitions = False
|
|
Port = 0
|
|
ReEntryOptions.AutoCreateSession = False
|
|
RestrictIPs = False
|
|
RestrictSubnet = False
|
|
RedirectMsgDelay = 0
|
|
ServerResizeTimeout = 0
|
|
SessionTrackingMethod = tmURL
|
|
ShowResyncWarning = True
|
|
SessionTimeout = 10
|
|
SupportedBrowsers = [brIE, brOpera, brNetscape6]
|
|
SSLOptions.NonSSLRequest = nsAccept
|
|
SSLOptions.Port = 0
|
|
ThreadPoolSize = 32
|
|
UnknownBrowserAction = ubReject
|
|
Version = '7.2.14'
|
|
OnNewSession = IWServerControllerBaseNewSession
|
|
Height = 310
|
|
Width = 342
|
|
end
|