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