From 2fd93008d2ce0052353e5016f2c15d1890ffd2e6 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 23 十月 2023 13:42:37 +0800
Subject: [PATCH] 解决影像图层覆盖了矢量图层

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

diff --git a/ExportMap/Web.config b/ExportMap/Web.config
index d8ad8c7..6bfca73 100644
--- a/ExportMap/Web.config
+++ b/ExportMap/Web.config
@@ -44,6 +44,8 @@
   <connectionStrings/>
   <system.web>
     <compilation debug="true" targetFramework="4.5.2"/>
+    <!-- 浼氳瘽瓒呮椂鏃堕棿(榛樿20,鍒嗛挓) -->
+    <sessionState mode="InProc" timeout="10080"></sessionState>
     <!-- maxRequestLength鏄笂浼犳枃浠舵椂鏈�澶ize(鍗曚綅鏄疜B,榛樿鍊兼槸4096kb)锛宔xecutionTimeout鏄姹俿ession(鍗曚綅鏄,榛樿鍊兼槸110s) -->
     <httpRuntime maxRequestLength="2147483647" executionTimeout="8640000"/>
     <pages controlRenderingCompatibilityVersion="4.0"/>

--
Gitblit v1.9.3