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 2 by yamat0jp, Sat Dec 19 14:35:42 2015 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
8    RedirectMsgDelay = 0    RedirectMsgDelay = 0
9    ServerResizeTimeout = 0    ServerResizeTimeout = 0
# Line 22  object IWServerController: TIWServerCont Line 11  object IWServerController: TIWServerCont
11    SessionTimeout = 10    SessionTimeout = 10
12    SSLOptions.NonSSLRequest = nsAccept    SSLOptions.NonSSLRequest = nsAccept
13    SSLOptions.Port = 0    SSLOptions.Port = 0
14    SSLOptions.SSLVersion = sslv3    SSLOptions.SSLVersions = []
15    Version = '14.0.0'    Version = '14.0.48'
16    AllowMultipleSessionsPerUser = False    AllowMultipleSessionsPerUser = False
   IECompatibilityMode = 'IE=8'  
17    OnNewSession = IWServerControllerBaseNewSession    OnNewSession = IWServerControllerBaseNewSession
   OnBeforeRender = IWServerControllerBaseBeforeRender  
18    Height = 310    Height = 310
19    Width = 342    Width = 342
20  end  end

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

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