提示已经很明确了...
搜出来的都是:
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxQueryString="2147483647"/>
</requestFiltering>
</security>
</system.webServer>
重点:maxQueryString...
但是错误一直还是报这个错误...
这么简单、这么明确的提示、依然改不对、真的很恼火啊、、、
后来终于又发现了:
<configuration>
<system.web>
<httpRuntime maxQueryStringLength="102400"/>
</system.web>
</configuration>
这个地方也可以设置···
奔着宁杀错不放过的态度、两个地方都改了、世界终于安静了、不报错了···(⊙o⊙)…