From 0bf4a3d86b017fc4cadddda4182e682386dfee82 Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期四, 03 七月 2025 18:08:52 +0800 Subject: [PATCH] 1 --- 2025年6月12日/AuxAllWCS/Build/Project/App.config | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/App.config" "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/App.config" index d0bf2bb..d046c38 100644 --- "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/App.config" +++ "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/App.config" @@ -1,12 +1,10 @@ -<?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"/> </configSections> <connectionStrings> - <add name="NFineDbContext" - connectionString="Data Source=DESKTOP-DSS9VVU;Initial Catalog=OIDATABASE;User ID=sa;Password=aux!123;" - providerName="System.Data.SqlClient"/> + <add name="NFineDbContext" connectionString="Data Source=DESKTOP-DSS9VVU;Initial Catalog=OIDATABASE;User ID=sa;Password=aux!123;" providerName="System.Data.SqlClient"/> </connectionStrings> <entityFramework> <providers> @@ -51,10 +49,10 @@ <system.serviceModel> <bindings> <basicHttpBinding> - <binding maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" /> + <binding maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"/> </basicHttpBinding> </bindings> - <client /> + <client/> <services> <service name="MyServices"> <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> @@ -68,9 +66,9 @@ <serviceBehaviors> <behavior> <serviceMetadata httpGetEnabled="True" httpsGetEnabled="True"/> - <serviceDebug includeExceptionDetailInFaults="False" /> + <serviceDebug includeExceptionDetailInFaults="False"/> </behavior> </serviceBehaviors> </behaviors> </system.serviceModel> -</configuration> \ No newline at end of file +<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration> -- Gitblit v1.9.1