for a QueryString, the actual limit depends on the browser being used, as well as the server software. Generally speaking, you are safe assuming that anything below 1800 characters of data will work, although some of the older, off-label browsers have a limit of 1500 characters. If you use the POST method to transmit data, the limits are 2MB for IIS 4.0 and 128KB for IIS 5.0.
The limit for an individual parameter in the QueryString is 1024 characters.
Yeah that makes sense...because of the way the webiste is designed we have to use querystring and in some cases it becomes huge....bigger then 2000 characters eheh.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.