[ad_1]
maxRequestLength is for file uploads.
Try this instead under the system.web node
<httpRuntime maxUrlLength="1000" maxQueryStringLength="1000" />
1
[ad_2]
solved Query string is too long
[ad_1]
maxRequestLength is for file uploads.
Try this instead under the system.web node
<httpRuntime maxUrlLength="1000" maxQueryStringLength="1000" />
1
[ad_2]
solved Query string is too long