在webConfig里面配置MaxQueryStringLength的值放大
<configuration>
<system.web>
<httpRuntime maxQueryStringLength="102400"/>
</system.web>
</configuration>
此请求的查询字符串的长度超过配置的 maxQueryStringLength 值
原文:https://www.cnblogs.com/zh480813/p/11310245.html