此请求的查询字符串的长度超过配置的 maxQueryStringLength 值

时间:2022-05-09 17:58:56

在webConfig里面配置MaxQueryStringLength的值放大

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