Delphi深度探索,Delphi深度探索(第二版)
源代码在线查看: servercontroller.dfm
object IWServerController: TIWServerController
OldCreateOrder = False
AuthBeforeNewSession = False
AllowSubFolders = False
AppName = 'MyIWApp'
CacheExpiry = 2
ComInitialization = ciMultiThreaded
Description = 'My Intraweb Application'
ExceptionDisplayMode = smAlert
ExecCmd = 'EXEC'
HistoryEnabled = False
InternalFilesURL = '/'
Netscape4As32 = True
Port = 0
ReEntryOptions.AutoCreateSession = False
RestrictIPs = False
SessionTrackingMethod = tmURL
ShowResyncWarning = True
SessionTimeout = 10
StartCmd = 'start'
SupportedBrowsers = [brIE, brNetscape6]
SSLOptions.NonSSLRequest = nsAccept
SSLOptions.Port = 0
Version = '5.1.24'
OnNewSession = IWServerControllerBaseNewSession
Left = 275
Top = 188
Height = 310
Width = 342
end