From 52cb8e9d1363585733dbe9c0855b64e9877d3261 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 07 九月 2023 11:33:51 +0800 Subject: [PATCH] 添加出图接口~ --- MoonExp/Web.config | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/MoonExp/Web.config b/MoonExp/Web.config index 544389a..9c1b819 100644 --- a/MoonExp/Web.config +++ b/MoonExp/Web.config @@ -10,7 +10,9 @@ </appSettings> <system.web> <compilation debug="true" targetFramework="4.5.2" /> - <httpRuntime targetFramework="4.5.2" /> + <!-- maxRequestLength鏄笂浼犳枃浠舵椂鏈�澶ize(鍗曚綅鏄疜B,榛樿鍊兼槸4096kb)锛宔xecutionTimeout鏄姹俿ession(鍗曚綅鏄,榛樿鍊兼槸110s) --> + <httpRuntime maxRequestLength="2147483647" executionTimeout="8640000"/> + <pages controlRenderingCompatibilityVersion="4.0"/> </system.web> <system.webServer> <security> -- Gitblit v1.9.3