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

在webConfig里面配置MaxQueryStringLength的值放大

<configuration>
  <system.web>
    <httpRuntime  maxQueryStringLength="102400"/>
  </system.web>
</configuration>
posted @ 2019-08-06 17:01  滴答滴答的水声  阅读(552)  评论(0)    收藏  举报