home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / wsCompulTransfer / Web.config < prev    next >
Extensible Markup Language  |  2013-06-26  |  2KB  |  33 lines

  1. <?xml version="1.0"?>
  2. <configuration>
  3.     <connectionStrings>
  4.         <add name="CompulWebConnectionString" 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"/>
  5.         <add name="buimtisConnectionString" connectionString="Data Source=Vsql2;Initial Catalog=buimtis;User ID=sa" providerName="System.Data.SqlClient"/>
  6.     </connectionStrings>
  7.     <system.web>
  8.         <compilation debug="true" targetFramework="4.0">
  9.             <assemblies>
  10.                 <add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
  11.     </system.web>
  12.     <system.serviceModel>
  13.         <behaviors>
  14.             <serviceBehaviors>
  15.                 <behavior>
  16.                     <!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment -->
  17.                     <serviceMetadata httpGetEnabled="true"/>
  18.                     <!-- To receive exception details in faults for debugging purposes, set the value below to true.  Set to false before deployment to avoid disclosing exception information -->
  19.                     <serviceDebug includeExceptionDetailInFaults="false"/>
  20.                 </behavior>
  21.             </serviceBehaviors>
  22.         </behaviors>
  23.         <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
  24.     </system.serviceModel>
  25.     <system.webServer>
  26.         <modules runAllManagedModulesForAllRequests="true"/>
  27.     </system.webServer>
  28.     <appSettings>
  29.         <add key="OICUser" value="CI2017"/>
  30.         <add key="oicCompcode" value="2017"/>
  31.     <add key="OICService.Service" value="http://insurance.oic.or.th/dms_pilot/compulsory_insurance.svc/SOAP"/>
  32.     </appSettings></configuration>
  33.