Max Query String Length in URL - ASP.net 4.0






4.25/5 (4 votes)
We can now set the URL querystring length in asp.net
We can now change querystring length for server side request using following tag in web.config file.
<httpRuntime maxQueryStringLength="260" maxRequestLength="2048"/>