home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / CompulsoryAgencyService / Web.config < prev   
Extensible Markup Language  |  2015-02-10  |  2KB  |  35 lines

  1. ∩╗┐<?xml version="1.0"?>
  2. <configuration>
  3.   <appSettings>
  4.     <clear/>
  5.     <add key="ReportURL" value="http://61.19.244.121/e_app/PRB_MC02_PRIN_VIEWER_BROK.aspx"/>
  6.   </appSettings>
  7.   <connectionStrings>
  8.     <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;persist security info=True;user id=CompulWeb;password=CompulWeb@bui.co.th;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
  9.     <!--<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"/>-->
  10.    </connectionStrings>
  11.   <system.web>
  12.     <compilation debug="true" targetFramework="4.0" />
  13.   </system.web>
  14.   <system.serviceModel>
  15.  
  16.     <!--<serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>-->
  17.     <behaviors>
  18.       <serviceBehaviors>
  19.         <behavior>
  20.           <!--To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment--> 
  21.           <serviceMetadata httpGetEnabled="true"  />
  22.       
  23.           <!--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--> 
  24.           <serviceDebug includeExceptionDetailInFaults="false"/>
  25.         </behavior>
  26.       </serviceBehaviors>
  27.     </behaviors>
  28.     <serviceHostingEnvironment multipleSiteBindingsEnabled="true" />
  29.   </system.serviceModel>
  30.  <system.webServer>
  31.     <modules runAllManagedModulesForAllRequests="true"/>
  32.   </system.webServer>
  33.   
  34. </configuration>
  35.