From c998008c7c15874690932df0b62a5c0bd7d448d5 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期三, 20 十一月 2024 11:10:02 +0800 Subject: [PATCH] 1 --- 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