在webConfig里面配置MaxQueryStringLength的值放大
<configuration>
<system.web>
<httpRuntime maxQueryStringLength="102400"/>
</system.web>
</configuration>
在webConfig里面配置MaxQueryStringLength的值放大
<configuration>
<system.web>
<httpRuntime maxQueryStringLength="102400"/>
</system.web>
</configuration>