1
duhe
2023-12-27 647a874bed1dc715370dc0edc59c3a6c4a0b0d9d
WebTM/Web.config
@@ -6,7 +6,7 @@
<configuration>
   <system.web>
      <compilation debug="true" targetFramework="4.5" />
      <httpRuntime targetFramework="4.5" />
      <httpRuntime targetFramework="4.5" maxQueryStringLength="102400" />
   </system.web>
   <appSettings>
      <add key="Name" value="61.130.49.162:9090/WMSAPI///" />
@@ -19,6 +19,11 @@
        <handlers>
            <remove name="StaticFile" />
            <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule" resourceType="Either" requireAccess="Read" />
        </handlers>
        </handlers>
      <security>
         <requestFiltering>
            <requestLimits maxAllowedContentLength="10485760" maxQueryString="10485760" /> <!--设置参数内容的最大长度为10MB,默认是4MB,最大支持2GB-->
         </requestFiltering>
       </security>
   </system.webServer>
</configuration>