home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / wsCompulTransfer / RT / web.config < prev    next >
Extensible Markup Language  |  2013-06-07  |  37KB  |  467 lines

  1. <?xml version="1.0"?>
  2. <!-- 
  3.     Note: As an alternative to hand editing this file you can use the 
  4.     web admin tool to configure settings for your application. Use
  5.     the Website->Asp.Net Configuration option in Visual Studio.
  6.     A full list of settings and comments can be found in 
  7.     machine.config.comments usually located in 
  8.     \Windows\Microsoft.Net\Framework\v2.x\Config 
  9. -->
  10. <configuration>
  11.   <configSections>
  12.     <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  13.     </sectionGroup>
  14.     <sectionGroup name="devExpress">
  15.       <!--<section name="compression" type="DevExpress.Web.ASPxClasses.CompressionConfigurationSection, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />-->
  16.       <!--<section name="themes" type="DevExpress.Web.ASPxClasses.ThemesConfigurationSection, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  17.       <section name="errors" type="DevExpress.Web.ASPxClasses.ErrorsConfigurationSection, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  18.       <section name="settings" type="DevExpress.Web.ASPxClasses.SettingsConfigurationSection, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />-->
  19.       <section name="compression" type="DevExpress.Web.ASPxClasses.CompressionConfigurationSection, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
  20.       <section name="themes" type="DevExpress.Web.ASPxClasses.ThemesConfigurationSection, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
  21.       <section name="errors" type="DevExpress.Web.ASPxClasses.ErrorsConfigurationSection, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
  22.       <!--<section name="settings" type="DevExpress.Web.ASPxClasses.SettingsConfigurationSection, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />-->
  23.     </sectionGroup>
  24.   </configSections>
  25.   <appSettings>
  26.     <add key="FirstPage" value="index.aspx"/>
  27.     <add key="CIthTH" value="th-TH"/>
  28.     <add key="CIenGB" value="en-GB"/>
  29.     <add key="CIenBZ" value="en-BZ"/>
  30.     <add key="CIjaJP" value="ja-JP"/>
  31.     <add key="CrystalImageCleaner-AutoStart" value="true"/>
  32.     <add key="CrystalImageCleaner-Sleep" value="60000"/>
  33.     <add key="CrystalImageCleaner-Age" value="120000"/>
  34.     <add key="wInsuranceService.Service" value="http://61.19.244.121/compulsoryservice/Service.asmx"/>
  35.     <add key="rptConnUser" value="CompulWeb"/>
  36.     <add key="rptConnPass" value="CompulWeb@bui.co.th"/>
  37.     <add key="rptConnDBn" value="CompulWeb_Realtime"/>
  38.     <add key="rptConnTBn" value="CompulWeb_Realtime"/>
  39.     <add key="Languages" value=""/>
  40.     <add key="ChkPeriodDateWithCurDate" value="false"/>
  41.     <add key="ChkPeriodDateWithPrintDate" value="true"/>
  42.     <add key="Environment" value="PRD"/>
  43.     <add key="wCompulsRealtime.wsCompulsRealtime" value="http://61.19.244.121/wsCompulTransfer/wsCompulsRealtime.asmx"/>
  44.     <add key="wCompulsRealtime_Test.wsCompulsRealtime" value="http://61.19.244.121/wsCompulTransfer/wsCompulsRealtime.asmx"/>
  45.   </appSettings>
  46.   <connectionStrings>
  47.     <add name="wCompulWeb" connectionString="Data Source=61.19.244.121;Initial Catalog=CompulWeb_Realtime;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000"
  48.       providerName="System.Data.SqlClient" />
  49.     <add name="CompulWeb_RealtimeConnectionString" connectionString="Data Source=61.19.244.121;Initial Catalog=CompulWeb_Realtime;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th"
  50.       providerName="System.Data.SqlClient" />
  51.   </connectionStrings>
  52.   <system.web>
  53.     <!-- 
  54.             Set compilation debug="true" to insert debugging 
  55.             symbols into the compiled page. Because this 
  56.             affects performance, set this value to true only 
  57.             during development.
  58.  
  59.             Visual Basic options:
  60.             Set strict="true" to disallow all data type conversions 
  61.             where data loss can occur. 
  62.             Set explicit="true" to force declaration of all variables.
  63.         -->
  64.     <!--<compilation debug="true" strict="true" explicit="true">-->
  65.     <globalization culture="en-GB"/>
  66.     <compilation debug="true" strict="true" explicit="true">
  67.       <assemblies>
  68.         <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  69.         <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  70.         <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  71.         <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  72.         <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  73.         <add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  74.         <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  75.         <add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  76.         <add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  77.         <add assembly="CrystalDecisions.ReportSource, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  78.         <add assembly="CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  79.         <add assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  80.         <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  81.         <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  82.         <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  83.         <!--<add assembly="DevExpress.Web.ASPxEditors.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  84.         <add assembly="DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  85.         <add assembly="DevExpress.Data.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  86.         <add assembly="DevExpress.Web.ASPxScheduler.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  87.         <add assembly="DevExpress.XtraScheduler.v10.2.Core, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  88.         <add assembly="DevExpress.Web.ASPxGridView.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>-->
  89.         <add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  90.         <add assembly="DevExpress.Data.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  91.         <add assembly="DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  92.         <add assembly="DevExpress.Web.ASPxEditors.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  93.         <add assembly="DevExpress.Web.ASPxGridView.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  94.         <add assembly="DevExpress.Web.ASPxScheduler.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  95.         <add assembly="DevExpress.XtraScheduler.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  96.       </assemblies>
  97.     </compilation>
  98.     <pages>
  99.       <namespaces>
  100.         <clear/>
  101.         <add namespace="System"/>
  102.         <add namespace="System.Collections"/>
  103.         <add namespace="System.Collections.Generic"/>
  104.         <add namespace="System.Collections.Specialized"/>
  105.         <add namespace="System.Configuration"/>
  106.         <add namespace="System.Text"/>
  107.         <add namespace="System.Text.RegularExpressions"/>
  108.         <add namespace="System.Linq"/>
  109.         <add namespace="System.Xml.Linq"/>
  110.         <add namespace="System.Web"/>
  111.         <add namespace="System.Web.Caching"/>
  112.         <add namespace="System.Web.SessionState"/>
  113.         <add namespace="System.Web.Security"/>
  114.         <add namespace="System.Web.Profile"/>
  115.         <add namespace="System.Web.UI"/>
  116.         <add namespace="System.Web.UI.WebControls"/>
  117.         <add namespace="System.Web.UI.WebControls.WebParts"/>
  118.         <add namespace="System.Web.UI.HtmlControls"/>
  119.       </namespaces>
  120.       <controls>
  121.         <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  122.         <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  123.       </controls>
  124.     </pages>
  125.     <!--
  126.             The <authentication> section enables configuration 
  127.             of the security authentication mode used by 
  128.             ASP.NET to identify an incoming user. 
  129.      -->
  130.     <authentication mode="Forms"/>
  131.     <trace enabled="true" localOnly="true"/>
  132.     <!--
  133.             The <customErrors> section enables configuration 
  134.             of what to do if/when an unhandled error occurs 
  135.             during the execution of a request. Specifically, 
  136.             it enables developers to configure html error pages 
  137.             to be displayed in place of a error stack trace.
  138.  
  139.         <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
  140.             <error statusCode="403" redirect="NoAccess.htm" />
  141.             <error statusCode="404" redirect="FileNotFound.htm" />
  142.         </customErrors>
  143.         -->
  144.     <httpHandlers>
  145.       <remove verb="*" path="*.asmx"/>
  146.       <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  147.       <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  148.       <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
  149.       <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  150.       <!--<add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="ASPxUploadProgressHandlerPage.ashx" validate="false" />-->
  151.       <add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="ASPxUploadProgressHandlerPage.ashx" validate="false"/>
  152.     </httpHandlers>
  153.     <httpModules>
  154.       <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  155.       <!--<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />-->
  156.       <add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule"/>
  157.     </httpModules>
  158.     <!--<globalization enableClientBasedCulture="true" culture="Auto" uiCulture="Auto"/>-->
  159.   </system.web>
  160.   <system.codedom>
  161.     <compilers>
  162.       <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  163.         <providerOption name="CompilerVersion" value="v3.5"/>
  164.         <providerOption name="WarnAsError" value="false"/>
  165.       </compiler>
  166.       <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  167.         <providerOption name="CompilerVersion" value="v3.5"/>
  168.         <providerOption name="OptionInfer" value="true"/>
  169.         <providerOption name="WarnAsError" value="false"/>
  170.       </compiler>
  171.     </compilers>
  172.   </system.codedom>
  173.   <!-- 
  174.         The system.webServer section is required for running ASP.NET AJAX under Internet
  175.         Information Services 7.0.  It is not necessary for previous version of IIS.
  176.     -->
  177.   <system.webServer>
  178.     <validation validateIntegratedModeConfiguration="false"/>
  179.     <modules>
  180.       <remove name="ScriptModule"/>
  181.       <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  182.       <!--<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />-->
  183.       <add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule"/>
  184.     </modules>
  185.     <handlers>
  186.       <remove name="WebServiceHandlerFactory-Integrated"/>
  187.       <remove name="ScriptHandlerFactory"/>
  188.       <remove name="ScriptHandlerFactoryAppServices"/>
  189.       <remove name="ScriptResource"/>
  190.       <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  191.       <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  192.       <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  193.       <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode"/>
  194.       <!--<add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="ASPxUploadProgressHandlerPage.ashx" name="ASPxUploadProgressHandler" preCondition="integratedMode" />-->
  195.       <add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="ASPxUploadProgressHandlerPage.ashx" name="ASPxUploadProgressHandler" preCondition="integratedMode"/>
  196.     </handlers>
  197.     <security>
  198.       <requestFiltering>
  199.         <requestLimits maxAllowedContentLength="2097151000"/>
  200.       </requestFiltering>
  201.     </security>
  202.   </system.webServer>
  203.   <runtime>
  204.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  205.       <dependentAssembly>
  206.         <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
  207.         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
  208.       </dependentAssembly>
  209.       <dependentAssembly>
  210.         <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
  211.         <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
  212.       </dependentAssembly>
  213.     </assemblyBinding>
  214.   </runtime>
  215.   <system.serviceModel>
  216.     <bindings/>
  217.     <client/>
  218.   </system.serviceModel>
  219.   <devExpress>
  220.     <compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="false"/>
  221.     <themes enableThemesAssembly="true"/>
  222.     <errors callbackErrorRedirectUrl=""/>
  223.     <!--<settings rightToLeft="false" />-->
  224.   </devExpress>
  225. </configuration>
  226.  
  227. <!--<?xml version="1.0"?>
  228. --><!-- 
  229.     Note: As an alternative to hand editing this file you can use the 
  230.     web admin tool to configure settings for your application. Use
  231.     the Website->Asp.Net Configuration option in Visual Studio.
  232.     A full list of settings and comments can be found in 
  233.     machine.config.comments usually located in 
  234.     \Windows\Microsoft.Net\Framework\v2.x\Config 
  235. --><!--
  236. <configuration>
  237.     <configSections>
  238.         <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  239.         </sectionGroup>
  240.         <sectionGroup name="devExpress">
  241.             --><!--<section name="compression" type="DevExpress.Web.ASPxClasses.CompressionConfigurationSection, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />--><!--
  242.             --><!--<section name="themes" type="DevExpress.Web.ASPxClasses.ThemesConfigurationSection, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  243.       <section name="errors" type="DevExpress.Web.ASPxClasses.ErrorsConfigurationSection, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />
  244.       <section name="settings" type="DevExpress.Web.ASPxClasses.SettingsConfigurationSection, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />--><!--
  245.             <section name="compression" type="DevExpress.Web.ASPxClasses.CompressionConfigurationSection, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
  246.             <section name="themes" type="DevExpress.Web.ASPxClasses.ThemesConfigurationSection, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
  247.             <section name="errors" type="DevExpress.Web.ASPxClasses.ErrorsConfigurationSection, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>
  248.             --><!--<section name="settings" type="DevExpress.Web.ASPxClasses.SettingsConfigurationSection, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false" />--><!--
  249.         </sectionGroup>
  250.     </configSections>
  251.     <appSettings>
  252.         <add key="FirstPage" value="index.aspx"/>
  253.         <add key="CIthTH" value="th-TH"/>
  254.         <add key="CIenGB" value="en-GB"/>
  255.         <add key="CIenBZ" value="en-BZ"/>
  256.         <add key="CIjaJP" value="ja-JP"/>
  257.         <add key="CrystalImageCleaner-AutoStart" value="true"/>
  258.         <add key="CrystalImageCleaner-Sleep" value="60000"/>
  259.         <add key="CrystalImageCleaner-Age" value="120000"/>
  260.         <add key="wInsuranceService.Service" value="http://61.19.244.121/compulsoryservice/Service.asmx"/>
  261.         <add key="rptConnUser" value="CompulWeb"/>
  262.         <add key="rptConnPass" value="CompulWeb@bui.co.th"/>
  263.         <add key="rptConnDBn" value="RISC2"/>
  264.         <add key="rptConnTBn" value="CompulWeb"/>
  265.         <add key="Languages" value=""/>
  266.         <add key="ChkPeriodDateWithCurDate" value="false"/>
  267.         <add key="ChkPeriodDateWithPrintDate" value="true"/>
  268.         <add key="Environment" value="PRD"/>
  269.         <add key="wCompulsRealtime.wsCompulsRealtime" value="http://150.1.8.117/wsCompulTransfer/wsCompulsRealtime.asmx"/>
  270.     <add key="wCompulsRealtime_Test.wsCompulsRealtime" value="http://150.1.8.117/wsCompulTransfer/wsCompulsRealtime.asmx"/>
  271.     </appSettings>
  272.     <connectionStrings>
  273.         --><!--<add name="wCompulWeb" connectionString="Data Source=61.19.244.121;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient" />--><!--
  274.         --><!--<add name="wCompulWeb" connectionString="Data Source=61.19.244.121;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient" />--><!--
  275.         --><!--<add name="wCompulWeb" connectionString="Data Source=.\SQLExpress;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient" />--><!--
  276.         <add name="wCompulWeb" connectionString="Data Source=buiw2k3db;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient"/>
  277.         --><!--
  278.     <add name="_wCompulWeb" connectionString="Data Source=.;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient" />
  279.     <add name="wCompulWeb_" connectionString="Data Source=.;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient" />
  280.     <add name="wCompulWeb__" connectionString="Data Source=.;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient" />
  281.     <add name="wCompulWeb___" connectionString="Data Source=.;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=sa;Password=P@ssw0rd;Connect Timeout=36000" providerName="System.Data.SqlClient" />
  282.     <add name="CompulWebConnectionString" connectionString="Data Source=61.19.244.121;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th" providerName="System.Data.SqlClient" />
  283.  
  284.     <add name="wCompulWeb" connectionString="Data Source=172.31.0.204;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient"/>
  285.     <add name="_wCompulWeb" connectionString="Data Source=172.31.0.204;Initial Catalog=CompulWeb_Test;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient"/>
  286.     <add name="wCompulWeb_" connectionString="Data Source=61.19.244.121;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient"/>
  287.     <add name="wCompulWeb__" connectionString="Data Source=61.19.244.121;Initial Catalog=CompulWeb_Test;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;Connect Timeout=36000" providerName="System.Data.SqlClient"/>
  288.     <add name="wCompulWeb___" connectionString="Data Source=DEVELOP05\MSSQLSERVER2008;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=sa;Password=P@ssw0rd;Connect Timeout=36000" providerName="System.Data.SqlClient"/>
  289.     <add name="CompulWebConnectionString" connectionString="Data Source=172.31.0.204;Initial Catalog=CompulWeb;Persist Security Info=True;User ID=sa;Password=p@ssw0rd" providerName="System.Data.SqlClient"/>
  290.  
  291.     --><!--
  292.     </connectionStrings>
  293.     <system.web>
  294.         --><!-- 
  295.             Set compilation debug="true" to insert debugging 
  296.             symbols into the compiled page. Because this 
  297.             affects performance, set this value to true only 
  298.             during development.
  299.  
  300.             Visual Basic options:
  301.             Set strict="true" to disallow all data type conversions 
  302.             where data loss can occur. 
  303.             Set explicit="true" to force declaration of all variables.
  304.         --><!--
  305.         --><!--<compilation debug="true" strict="true" explicit="true">--><!--
  306.         <globalization culture="en-GB"/>
  307.         <compilation debug="true" strict="true" explicit="true">
  308.             <assemblies>
  309.                 <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  310.                 <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  311.                 <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  312.                 <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  313.                 <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
  314.                 <add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  315.                 <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  316.                 <add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  317.                 <add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  318.                 <add assembly="CrystalDecisions.ReportSource, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  319.                 <add assembly="CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  320.                 <add assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  321.                 <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  322.                 <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  323.                 <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  324.                 --><!--<add assembly="DevExpress.Web.ASPxEditors.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  325.         <add assembly="DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  326.         <add assembly="DevExpress.Data.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  327.         <add assembly="DevExpress.Web.ASPxScheduler.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  328.         <add assembly="DevExpress.XtraScheduler.v10.2.Core, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  329.         <add assembly="DevExpress.Web.ASPxGridView.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>--><!--
  330.                 <add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  331.                 <add assembly="DevExpress.Data.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  332.                 <add assembly="DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  333.                 <add assembly="DevExpress.Web.ASPxEditors.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  334.                 <add assembly="DevExpress.Web.ASPxGridView.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  335.                 <add assembly="DevExpress.Web.ASPxScheduler.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  336.                 <add assembly="DevExpress.XtraScheduler.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
  337.             </assemblies>
  338.         </compilation>
  339.         <pages>
  340.             <namespaces>
  341.                 <clear/>
  342.                 <add namespace="System"/>
  343.                 <add namespace="System.Collections"/>
  344.                 <add namespace="System.Collections.Generic"/>
  345.                 <add namespace="System.Collections.Specialized"/>
  346.                 <add namespace="System.Configuration"/>
  347.                 <add namespace="System.Text"/>
  348.                 <add namespace="System.Text.RegularExpressions"/>
  349.                 <add namespace="System.Linq"/>
  350.                 <add namespace="System.Xml.Linq"/>
  351.                 <add namespace="System.Web"/>
  352.                 <add namespace="System.Web.Caching"/>
  353.                 <add namespace="System.Web.SessionState"/>
  354.                 <add namespace="System.Web.Security"/>
  355.                 <add namespace="System.Web.Profile"/>
  356.                 <add namespace="System.Web.UI"/>
  357.                 <add namespace="System.Web.UI.WebControls"/>
  358.                 <add namespace="System.Web.UI.WebControls.WebParts"/>
  359.                 <add namespace="System.Web.UI.HtmlControls"/>
  360.             </namespaces>
  361.             <controls>
  362.                 <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  363.                 <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  364.             </controls>
  365.         </pages>
  366.         --><!--
  367.             The <authentication> section enables configuration 
  368.             of the security authentication mode used by 
  369.             ASP.NET to identify an incoming user. 
  370.      --><!--
  371.         <authentication mode="Forms"/>
  372.         <trace enabled="true" localOnly="true"/>
  373.         --><!--
  374.             The <customErrors> section enables configuration 
  375.             of what to do if/when an unhandled error occurs 
  376.             during the execution of a request. Specifically, 
  377.             it enables developers to configure html error pages 
  378.             to be displayed in place of a error stack trace.
  379.  
  380.         <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
  381.             <error statusCode="403" redirect="NoAccess.htm" />
  382.             <error statusCode="404" redirect="FileNotFound.htm" />
  383.         </customErrors>
  384.         --><!--
  385.         <httpHandlers>
  386.             <remove verb="*" path="*.asmx"/>
  387.             <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  388.             <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  389.             <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
  390.             <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  391.             --><!--<add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="ASPxUploadProgressHandlerPage.ashx" validate="false" />--><!--
  392.             <add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="ASPxUploadProgressHandlerPage.ashx" validate="false"/>
  393.         </httpHandlers>
  394.         <httpModules>
  395.             <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  396.             --><!--<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />--><!--
  397.             <add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule"/>
  398.         </httpModules>
  399.         --><!--<globalization enableClientBasedCulture="true" culture="Auto" uiCulture="Auto"/>--><!--
  400.     </system.web>
  401.     <system.codedom>
  402.         <compilers>
  403.             <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  404.                 <providerOption name="CompilerVersion" value="v3.5"/>
  405.                 <providerOption name="WarnAsError" value="false"/>
  406.             </compiler>
  407.             <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  408.                 <providerOption name="CompilerVersion" value="v3.5"/>
  409.                 <providerOption name="OptionInfer" value="true"/>
  410.                 <providerOption name="WarnAsError" value="false"/>
  411.             </compiler>
  412.         </compilers>
  413.     </system.codedom>
  414.     --><!-- 
  415.         The system.webServer section is required for running ASP.NET AJAX under Internet
  416.         Information Services 7.0.  It is not necessary for previous version of IIS.
  417.     --><!--
  418.     <system.webServer>
  419.         <validation validateIntegratedModeConfiguration="false"/>
  420.         <modules>
  421.             <remove name="ScriptModule"/>
  422.             <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  423.             --><!--<add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule" />--><!--
  424.             <add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule"/>
  425.         </modules>
  426.         <handlers>
  427.             <remove name="WebServiceHandlerFactory-Integrated"/>
  428.             <remove name="ScriptHandlerFactory"/>
  429.             <remove name="ScriptHandlerFactoryAppServices"/>
  430.             <remove name="ScriptResource"/>
  431.             <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  432.             <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  433.             <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  434.             <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode"/>
  435.             --><!--<add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="ASPxUploadProgressHandlerPage.ashx" name="ASPxUploadProgressHandler" preCondition="integratedMode" />--><!--
  436.             <add type="DevExpress.Web.ASPxUploadControl.ASPxUploadProgressHttpHandler, DevExpress.Web.v10.1, Version=10.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" verb="GET" path="ASPxUploadProgressHandlerPage.ashx" name="ASPxUploadProgressHandler" preCondition="integratedMode"/>
  437.         </handlers>
  438.         <security>
  439.             <requestFiltering>
  440.                 <requestLimits maxAllowedContentLength="2097151000"/>
  441.             </requestFiltering>
  442.         </security>
  443.     </system.webServer>
  444.     <runtime>
  445.         <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  446.             <dependentAssembly>
  447.                 <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
  448.                 <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
  449.             </dependentAssembly>
  450.             <dependentAssembly>
  451.                 <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
  452.                 <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
  453.             </dependentAssembly>
  454.         </assemblyBinding>
  455.     </runtime>
  456.     <system.serviceModel>
  457.         <bindings/>
  458.         <client/>
  459.     </system.serviceModel>
  460.     <devExpress>
  461.         <compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="false"/>
  462.         <themes enableThemesAssembly="true"/>
  463.         <errors callbackErrorRedirectUrl=""/>
  464.         --><!--<settings rightToLeft="false" />--><!--
  465.     </devExpress>
  466. </configuration>-->
  467.