Develop and Download Open Source Software

Browse Subversion Repository

Diff of /ServerController.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by yamat0jp, Sun Nov 22 11:18:44 2015 UTC revision 19 by yamat0jp, Sat Aug 27 13:22:00 2016 UTC
# Line 1  Line 1 
1  object IWServerController: TIWServerController  object IWServerController: TIWServerController
2    OldCreateOrder = False    OldCreateOrder = False
3    AuthBeforeNewSession = False    AppName = 'MyApp'
   AppName = 'zencart_clone'  
   CacheDir = 'e:\temp'  
4    ComInitialization = ciMultiThreaded    ComInitialization = ciMultiThreaded
   Compression.Enabled = True  
   Compression.Level = 6  
5    Description = 'My IntraWeb Application'    Description = 'My IntraWeb Application'
   DebugHTML = False  
6    DisplayName = 'IntraWeb Application'    DisplayName = 'IntraWeb Application'
   Log = loNone  
   EnableImageToolbar = False  
   ExceptionDisplayMode = smAlert  
   HistoryEnabled = True  
   JavascriptDebug = False  
   PageTransitions = False  
7    Port = 8888    Port = 8888
   RedirectMsgDelay = 0  
8    ServerResizeTimeout = 0    ServerResizeTimeout = 0
9    ShowLoadingAnimation = True    ShowLoadingAnimation = True
10    SessionTimeout = 10    SessionTimeout = 10
11    SSLOptions.NonSSLRequest = nsAccept    SSLOptions.NonSSLRequest = nsAccept
12    SSLOptions.Port = 0    SSLOptions.Port = 0
13    SSLOptions.SSLVersion = sslv3    SSLOptions.SSLVersions = []
14    Version = '14.0.0'    Version = '14.0.63'
15    AllowMultipleSessionsPerUser = False    AllowMultipleSessionsPerUser = False
   IECompatibilityMode = 'IE=8'  
16    OnNewSession = IWServerControllerBaseNewSession    OnNewSession = IWServerControllerBaseNewSession
17    OnBeforeRender = IWServerControllerBaseBeforeRender    OnBeforeRender = IWServerControllerBaseBeforeRender
18    Height = 310    Height = 310

Legend:
Removed from v.1  
changed lines
  Added in v.19

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26