From d6502baa8e5610c04127fbee92ff6111e40956f8 Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期二, 13 六月 2023 09:50:02 +0800 Subject: [PATCH] 生产入库、采购入库接口提交 --- VueWebApi/obj/Release/TransformWebConfig/original/Web.config | 37 ++++++++++++++++++++++++++++++++++--- 1 files changed, 34 insertions(+), 3 deletions(-) diff --git a/VueWebApi/obj/Release/TransformWebConfig/original/Web.config b/VueWebApi/obj/Release/TransformWebConfig/original/Web.config index ff7ce4e..fd379a9 100644 --- a/VueWebApi/obj/Release/TransformWebConfig/original/Web.config +++ b/VueWebApi/obj/Release/TransformWebConfig/original/Web.config @@ -10,29 +10,48 @@ <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </configSections> + <log4net configSource="log4net.config"/> <appSettings> <!--鏁版嵁搴撻摼鎺ラ厤缃�--> <!--鏈湴鐜--> <!--<add key="DBServer" value="Data Source=.;Initial Catalog=vmes;Integrated Security=True" />--> <!--鏈嶅姟鍣ㄧ幆澧�--> - <add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602;pooling=false" /> + <add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes;User ID=sa;Password=xkd@20230101;pooling=false" /> + <!--澶у矝鏈嶅姟鍣ㄧ幆澧�--> + <!--<add key="DBServer" value="Data Source=192.168.2.138;Initial Catalog=vmes;User ID=sa;Password=Dd@20220727;pooling=false" />--> + <!--redis浼佷笟閰嶇疆--> + <add key="Enterprise" value="MES" /> <!--redis鏁版嵁搴撻摼鎺ラ厤缃甶p--> <add key="RedisConnIp" value="127.0.0.1" /> <!--redis鏁版嵁搴撻摼鎺ラ厤缃鍙e彿--> <add key="RedisConnPort" value="6379" /> <!--key澶辨晥鏃堕棿30绉�--> - <add key="RedisKeyTimeCont" value="30" /> + <add key="RedisKeyTimeCont" value="120" /> <!--Excel瀵煎嚭妯℃澘閰嶇疆IP--> <add key="FileIP" value="http://121.196.36.24:8001/" /> <add key="webpages:Version" value="3.0.0.0" /> <add key="webpages:Enabled" value="false" /> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> + <!--鎻愪氦json瀛楃涓茶繃闀块棶棰�--> + <add key="aspnet:MaxJsonDeserializerMembers" value="150000000" /> + <add key="log4net.Internal.Debug" value="true"/> </appSettings> + <system.diagnostics> + <trace autoflush="true"> + <listeners> + <add + name="textWriterTraceListener" + type="System.Diagnostics.TextWriterTraceListener" + initializeData="D:\log4net.txt" /> + </listeners> + </trace> + </system.diagnostics> <system.web> <compilation debug="true" targetFramework="4.6.1" /> <customErrors mode="Off" /> - <httpRuntime targetFramework="4.6.1" /> + <!--鏈�澶ц姹傞暱搴�,鍗曚綅涓簁b--> + <httpRuntime targetFramework="4.6.1" maxRequestLength="2147483647" maxQueryStringLength="2097151" /> <!--session澶辨晥鏃堕棿--> <sessionState mode="InProc" timeout="240"> <!--<sessionState mode="Off">--> @@ -126,6 +145,18 @@ <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Web.Cors" publicKeyToken="31bf3856ad364e35" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> + </dependentAssembly> </assemblyBinding> </runtime> <system.codedom> -- Gitblit v1.9.3