home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / wsAgency / Web.config < prev   
Extensible Markup Language  |  2015-03-11  |  3KB  |  37 lines

  1. ∩╗┐<?xml version="1.0"?>
  2. <configuration>
  3.  
  4.   <appSettings>
  5.     <clear/>
  6.     <add key="ReportURL" value="http://www.google.co.th"/>
  7.   </appSettings>
  8.   <connectionStrings>
  9.     <!--<add name="Entities" connectionString="metadata=res://*/Compulsory.csdl|res://*/Compulsory.ssdl|res://*/Compulsory.msl;provider=System.Data.SqlClient;provider connection string="data source=buiw2k3db;initial catalog=CompulWeb_Realtime;persist security info=True;user id=CompulWeb;password=CompulWeb@bui.co.th;multipleactiveresultsets=True;App=EntityFramework;Connection Timeout=300"" providerName="System.Data.EntityClient"/>-->
  10.     <!--<add name="Entities" connectionString="metadata=res://*/Compulsory.csdl|res://*/Compulsory.ssdl|res://*/Compulsory.msl;provider=System.Data.SqlClient;provider connection string="data source=buiw2k3db;initial catalog=CompulWeb_Realtime;persist security info=True;user id=CompulWeb;password=CompulWeb@bui.co.th;multipleactiveresultsets=True;App=EntityFramework;"" providerName="System.Data.EntityClient"/>-->
  11.     <!--<add name="Entities" connectionString="metadata=res://*/Compulsory.csdl|res://*/Compulsory.ssdl|res://*/Compulsory.msl;provider=System.Data.SqlClient;provider connection string="data source=.\SQLEXPRESS;initial catalog=CompulWeb_Realtime;persist security info=True;user id=CompulWeb;password=CompulWeb@bui.co.th;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/>-->
  12.     <!--<add name="Entities" connectionString="metadata=res://*/Compulsory.csdl|res://*/Compulsory.ssdl|res://*/Compulsory.msl;provider=System.Data.SqlClient;provider connection string="data source=61.19.244.121;initial catalog=CompulWeb_Realtime_test;persist security info=True;user id=CompulWeb;password=CompulWeb@bui.co.th;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/>-->
  13.  
  14.     <add name="Entities" connectionString="metadata=res://*/Compulsory.csdl|res://*/Compulsory.ssdl|res://*/Compulsory.msl;provider=System.Data.SqlClient;provider connection string="Data Source=61.19.244.121;Initial Catalog=CompulWeb_RealtimeTest;Persist Security Info=True;User ID=CompulWeb;Password=CompulWeb@bui.co.th;multipleactiveresultsets=True;App=EntityFramework;"" providerName="System.Data.EntityClient" />
  15.   </connectionStrings>
  16.     <system.web>
  17.     <compilation debug="true" targetFramework="4.0" />
  18.   </system.web>
  19.   <system.serviceModel>
  20.  
  21.     <behaviors>
  22.       <serviceBehaviors>
  23.         <behavior>
  24.           <!--To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment-->
  25.           <serviceMetadata httpGetEnabled="true"  />
  26.           <!--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-->
  27.           <serviceDebug includeExceptionDetailInFaults="true"/>
  28.         </behavior>
  29.       </serviceBehaviors>
  30.     </behaviors>
  31.     <serviceHostingEnvironment multipleSiteBindingsEnabled="true" />
  32.   </system.serviceModel>
  33.   <system.webServer>
  34.     <modules runAllManagedModulesForAllRequests="true"/>
  35.   </system.webServer>
  36. </configuration>
  37.