Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Max Query String Length in URL - ASP.net 4.0

4.25/5 (4 votes)
28 May 2010CPOL 49.2K  
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"/>

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)