Forum Moderators: open

Message Too Old, No Replies

Response.Redirect(string URL)

is there any size limit on the URL string?

         

LeoXIV

6:04 pm on May 4, 2005 (gmt 0)

10+ Year Member



i went through all the help files (or at least i think i did), does anybody know if there is any size limit on the URL arugment?

mrMister

11:21 am on May 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The limitation is not with ASP, it's with the web browsers. Any URL with more than 2,083 characters will cause problems for some Web Browsers.

LeoXIV

6:32 pm on May 5, 2005 (gmt 0)

10+ Year Member



thanks mrMister. yes thats what i was thinking too. could it be that since its done on the server it would actually depened on IIS' limit on max length of the URL?

Xoc

3:49 am on May 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you use urlscan (part of the IIS lockdown), it puts a restriction on the length.