我在asp.net mvc3应用程序的web.config文件中进行了以下配置。
<system.web>
<httpRuntime requestValidationMode="4.0" maxUrlLength="6000"
maxQueryStringLength="6000" relaxedUrlToFileSystemMapping="true" />
</system.web>
我仍然收到maxQueryStringLength = 256的以下错误。
此请求的查询字符串长度超过配置的maxQueryStringLength值。
需要帮助。
谢谢, 哈里什
答案 0 :(得分:0)
可能是在IIS中也设置了最大值。
请参阅链接:http://www.iis.net/ConfigReference/system.webServer/security/requestFiltering/requestLimits