0
kicks
ASP.NET 4 Feature - Increase the URL character length plus more
In previous versions of ASP.NET, URLs were limited to 260 characters in length (based on the NTFS file-path limit). But in ASP.NET 4.0 developers have the option of increasing or decreasing the length of URLs by using the new maxRequestPathLength and maxQueryStringLength.