From b7bb4bf8ee6d007e0e7c3cacfc4fab77049beb58 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 20 8月 2025 17:08:43 +0800
Subject: [PATCH] 同步代码

---
 DEmon/iWareCc/App.config |   34 ++++++++++++++++++----------------
 1 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/DEmon/iWareCc/App.config b/DEmon/iWareCc/App.config
index a97ea7c..dd014a3 100644
--- a/DEmon/iWareCc/App.config
+++ b/DEmon/iWareCc/App.config
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="utf-8"?>
+锘�<?xml version="1.0" encoding="utf-8"?>
 <configuration>
   <configSections>
         
-        <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
+        <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
     </configSections>
     <startup> 
-        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
     </startup>
     <entityFramework>
         <providers>
-            <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
+            <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
         </providers>
     </entityFramework>
   
@@ -18,15 +18,15 @@
         <service name="iWareCc.WCF.ControlCenter.ControlCenterWcfService">
           <endpoint address="" binding="basicHttpBinding" contract="iWareCc.WCF.ControlCenter.IControlCenterWcfService">
             <identity>
-              <dns value="localhost"/>
+              <dns value="localhost" />
             </identity>
           </endpoint>
 
-          <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
+          <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
 
           <host>
             <baseAddresses>
-              <add baseAddress="http://192.168.1.200:8733/Design_Time_Addresses/iWareCc.WCF.ControlCenter/ControlCenterWcfService/"/>
+              <add baseAddress="http://192.168.1.200:8733/Design_Time_Addresses/iWareCc.WCF.ControlCenter/ControlCenterWcfService/" />
             </baseAddresses>
           </host>
         </service>
@@ -35,7 +35,7 @@
       <behaviors>
         <serviceBehaviors>
           <behavior name="">
-            <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/>
+            <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" />
             <serviceDebug includeExceptionDetailInFaults="true"/>
           </behavior>
         </serviceBehaviors>
@@ -43,28 +43,30 @@
       
         <bindings>
             <basicHttpBinding>
-                <binding name="BasicHttpBinding_IOpcWcfService"/>
+                <binding name="BasicHttpBinding_IOpcWcfService" />
             </basicHttpBinding>
         </bindings>
         <client>
-            <endpoint address="http://192.168.1.200:8733/Design_Time_Addresses/iWareOpc.Wcf/OpcWcfService/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IOpcWcfService" contract="OpcWcfService.IOpcWcfService" name="BasicHttpBinding_IOpcWcfService"/>
+            <endpoint address="http://192.168.1.200:8733/Design_Time_Addresses/iWareOpc.Wcf/OpcWcfService/"
+                binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IOpcWcfService"
+                contract="OpcWcfService.IOpcWcfService" name="BasicHttpBinding_IOpcWcfService" />
         </client>
     </system.serviceModel>
   
   <runtime>
     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
       <dependentAssembly>
-        <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral"/>
-        <bindingRedirect oldVersion="0.0.0.0-4.8.1.0" newVersion="4.8.1.0"/>
+        <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
+        <bindingRedirect oldVersion="0.0.0.0-4.8.1.0" newVersion="4.8.1.0" />
       </dependentAssembly>
     </assemblyBinding>
   </runtime>
   
   
   <connectionStrings>
-    <add name="DbModelExcel" connectionString="data source=192.168.1.200;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=192.168.1.200;initial catalog=WGQ_WB19011_LOG;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/>
-    <add name="DbModelCore" connectionString="data source=192.168.1.200;initial catalog=WGQ_WB19011_CORE;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/>
+    <add name="DbModelExcel" connectionString="data source=192.168.1.200;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=192.168.1.200;initial catalog=WGQ_WB19011_LOG;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
+    <add name="DbModelCore" connectionString="data source=192.168.1.200;initial catalog=WGQ_WB19011_CORE;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
   </connectionStrings>
   
-</configuration>
+</configuration>
\ No newline at end of file

--
Gitblit v1.9.3