From b885af99f90d6a8a7c668166bfef092609a98a44 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 13 十一月 2024 09:57:36 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Web.config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Web.config b/WebAPI/Web.config
index 52d6436..b480901 100644
--- a/WebAPI/Web.config
+++ b/WebAPI/Web.config
@@ -55,7 +55,7 @@
 	<system.web>
 		<customErrors mode="Off" />
 		<compilation debug="true" targetFramework="4.5" />
-		<httpRuntime maxQueryStringLength="102400" />
+		<httpRuntime maxQueryStringLength="102400" maxRequestLength="1048576"/>
 		<pages controlRenderingCompatibilityVersion="4.0" />
 	</system.web>
 

--
Gitblit v1.9.1