From 24f65d1c1ac842a6ea94890c51d4a7c53e900dfd Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期五, 18 十一月 2022 16:54:40 +0800 Subject: [PATCH] nothing --- VueWebApi/bin/VueWebApi.dll.config | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/VueWebApi/bin/VueWebApi.dll.config b/VueWebApi/bin/VueWebApi.dll.config index e0e8320..db1cd82 100644 --- a/VueWebApi/bin/VueWebApi.dll.config +++ b/VueWebApi/bin/VueWebApi.dll.config @@ -15,7 +15,7 @@ <!--鏈湴鐜--> <!--<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_dd;User ID=sa;Password=xkd@20220602;pooling=false" /> <!--澶у矝鏈嶅姟鍣ㄧ幆澧�--> <!--<add key="DBServer" value="Data Source=192.168.2.138;Initial Catalog=vmes;User ID=sa;Password=Dd@20220727;pooling=false" />--> <!--redis鏁版嵁搴撻摼鎺ラ厤缃甶p--> @@ -30,11 +30,14 @@ <add key="webpages:Enabled" value="false" /> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> + <!--鎻愪氦json瀛楃涓茶繃闀块棶棰�--> + <add key="aspnet:MaxJsonDeserializerMembers" value="150000000"/> </appSettings> <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">--> -- Gitblit v1.9.3