debug日志看不出来啥, 监控也监控不到, 查到配置config如下: 主要是给一个Path地址:

<?xml version="1.0"?>
<configuration>
  <appSettings/>
  <connectionStrings/>
  <system.web>
    <compilation debug="true"/>
    <authentication mode="None"/>
    <customErrors mode="Off"/>
  </system.web>
  <location path="upload.aspx">
    <system.web>
      <httpRuntime maxRequestLength="102400" executionTimeout="3600" />
    </system.web>
  </location>
  <system.webServer>
    <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="100000000" />
      </requestFiltering>
    </security>
  </system.webServer>
</configuration>

相关文章:

  • 2021-07-03
  • 2022-12-23
  • 2021-10-14
  • 2021-06-28
  • 2021-10-27
  • 2021-12-28
猜你喜欢
  • 2021-08-06
  • 2022-12-23
  • 2021-08-04
  • 2022-02-13
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
相关资源
相似解决方案