Add following sections into web.config
<system.web>
<httpRuntime maxUrlLength="10000" maxQueryStringLength="2000000" />
And also in
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxUrl="10000" maxQueryString="2000000" />
</requestFiltering>
</security>
No comments:
Post a Comment