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

这是我的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>

任何帮助将不胜感激。

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

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3144628.html

大家都在问