From b60e6a40cf776c254e71998c11a90b019121d396 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 21 十二月 2022 19:09:34 +0800 Subject: [PATCH] 1 --- ExportMap/Web.config | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/ExportMap/Web.config b/ExportMap/Web.config index 1e4ce57..f46d4b3 100644 --- a/ExportMap/Web.config +++ b/ExportMap/Web.config @@ -2,7 +2,7 @@ <configuration> <appSettings> <!-- 192.168.20.39,127.0.0.1 --> - <add key="lfServer" value="http://127.0.0.1:12316"/> + <add key="lfServer" value="http://127.0.0.1:12316/server"/> <add key="downloadFolder" value="D:\LF\download"/> <add key="pgConn" value="Server=127.0.0.1;Port=5432;Database=langfang;User Id=postgres;Password=postgres;"/> <add key="webpages:Version" value="3.0.0.0"/> @@ -11,14 +11,6 @@ <add key="UnobtrusiveJavaScriptEnabled" value="true"/> </appSettings> <connectionStrings/> - <!-- - 鏈夊叧 .NET 4.5 鐨� web.config 鏇存敼鐨勮鏄庯紝璇峰弬瑙� http://go.microsoft.com/fwlink/?LinkId=235367銆� - - 鍙湪 <httpRuntime> 鏍囪涓婅缃互涓嬬壒鎬с�� - <system.Web> - <httpRuntime targetFramework="4.5" /> - </system.Web> - --> <system.web> <compilation debug="true" targetFramework="4.5.2"/> <httpRuntime maxRequestLength="2147483647"/> -- Gitblit v1.9.3