.Net Framework:具有大数据的API返回500,适用于小数据集

时间:2019-11-07 13:06:47

标签: asp.net .net

这是我的web.config文件,

<system.web>
    <compilation debug="true" targetFramework="4.7.1" />
    <httpRuntime targetFramework="4.7.1"  maxRequestLength="2147483"  executionTimeout="3600" requestValidationMode="2.0" requestPathInvalidCharacters=""/>
  </system.web>
  <system.webServer>
    <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="2147483648" />
      </requestFiltering>
    </security>
  </system.webServer>

任何帮助将不胜感激。

0 个答案:

没有答案