schangxiang@126.com
2025-06-04 3e837690e8a1d3b6e86f3db72d2d84eab1bc7114
DEmon/iWarePod/Web.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<configuration>
   <appSettings>
      <add key="webpages:Version" value="2.0.0.0"/>
@@ -7,10 +7,17 @@
      <add key="ClientValidationEnabled" value="true"/>
      <add key="UnobtrusiveJavaScriptEnabled" value="true"/>
   </appSettings>
  <!--
    有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
    可在 <httpRuntime> 标记上设置以下特性。
      <system.Web>
        <httpRuntime targetFramework="4.8" />
      </system.Web>
  -->
   <system.web>    
      <httpRuntime targetFramework="4.5"/>
      <compilation debug="true" targetFramework="4.5"/>
    <compilation debug="true" targetFramework="4.8"/>
      <pages>
         <namespaces>
            <add namespace="System.Web.Helpers"/>
@@ -22,7 +29,6 @@
         </namespaces>
      </pages>
   </system.web>
   <system.webServer>
      <validation validateIntegratedModeConfiguration="false"/>
      <handlers>
@@ -35,7 +41,6 @@
      </handlers>
        <directoryBrowse enabled="true"/>
   </system.webServer>
   <system.serviceModel>
      <bindings>
   <basicHttpBinding>
@@ -46,7 +51,6 @@
   <endpoint address="http://127.0.0.1:8733/Design_Time_Addresses/iWareCc.WCF.ControlCenter/ControlCenterWcfService/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IControlCenterWcfService" contract="ControlCenterWcfService.IControlCenterWcfService" name="BasicHttpBinding_IControlCenterWcfService"/>
  </client>
   </system.serviceModel>
  <connectionStrings>
    <add name="DbModelExcel" connectionString="data source=.;initial catalog=WGQ_WB19011_EXCEL;persist security info=True;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/>
    <add name="DbModelLog" connectionString="data source=.;initial catalog=WGQ_WB19011_LOG;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/>