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

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