管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2022-11-12 3e707d56a647c29055e1e64800a9300e9c1aa091
ExportMap/Web.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<configuration>
   <appSettings>
    <!-- 192.168.20.39,127.0.0.1 -->
@@ -10,15 +10,24 @@
      <add key="ClientValidationEnabled" value="true" />
      <add key="UnobtrusiveJavaScriptEnabled" value="true" />
   </appSettings>
   <connectionStrings></connectionStrings>
  <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 targetFramework="4.5.2" maxRequestLength="2147483647" />
    <httpRuntime maxRequestLength="2147483647"/>
    <pages controlRenderingCompatibilityVersion="4.0"/>
   </system.web>
   <system.webServer>
      <security>
         <requestFiltering>
            <requestLimits maxAllowedContentLength="2147483647"></requestLimits>
        <requestLimits maxAllowedContentLength="2147483647"/>
         </requestFiltering>
      </security>
      <handlers>