QueryString MAx Length

J

Jawahar Rajan

All,
How can I find the Max length of the QueryString?
I am passing data between ASP pages and use the Response.QueryString (I know
that this is not the best method). Is there a limit or is this configurable?

Thanks
Jawahar
 
M

Manohar Kamath [MVP]

It is not something you can cofigure -- it is dictated by the browser. But
the limit is high, something like 5K (not sure). A better way to send data
across is to use the POST method.
 
N

nfedin

Jawahar Rajan said:
All,
How can I find the Max length of the QueryString?
I am passing data between ASP pages and use the Response.QueryString (I know
that this is not the best method). Is there a limit or is this configurable?

Thanks
Jawahar

I know for a fact there is a limit on how much you can send throught
the query string. I can't remember it know...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,220
Latest member
AugustinaJ

Latest Threads

Top