提示已经很明确了...

搜出来的都是:

<system.webServer>
<security>
  <requestFiltering>
    <requestLimits maxQueryString="2147483647"/>
  </requestFiltering>
</security>
</system.webServer>

重点:maxQueryString...

但是错误一直还是报这个错误...

这么简单、这么明确的提示、依然改不对、真的很恼火啊、、、

后来终于又发现了:

<configuration>
  <system.web>
    <httpRuntime  maxQueryStringLength="102400"/>
  </system.web>
</configuration>

这个地方也可以设置···

奔着宁杀错不放过的态度、两个地方都改了、世界终于安静了、不报错了···(⊙o⊙)…

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2018-12-03
  • 2022-01-16
猜你喜欢
  • 2021-08-20
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
相关资源
相似解决方案