Can the request length be more then 2088?

  • Thread starter Konstantin Mironov
  • Start date
K

Konstantin Mironov

Hi!

We have web site on IIS 5.0 for sending purchase-orders to database on MS
SQL through ASP and ADO. The purchase-order is being sending to .asp script
as web request, but the script recieves only the first 2088 characters of
request. Is it possible to increase this parameter somehow, or to set it
unlimited? Does the IE limit the request length, or IIS? Thanks.
 
R

Ray at

See here http://www.aspfaq.com/2222. Perhaps you should be using the post
method instead of get anyway. It sounds from your brief description that if
I entered your url and kept refreshing, each refresh would be a
purchase-order. Eegs!

Ray at work
 
P

Phill. W

.. . .
as web request, but the script recieves only the first 2088 characters of
request. Is it possible to increase this parameter somehow, or to set it
unlimited?
No.

Does the IE limit the request length, or IIS?

IIRC, it's IIS that imposes the limit, which varies depending on the
version of IIS - on some versions it's as low as 1024(-ish).

TO get around this, submit your data using the POST method
instead of GET. This passes the data in Request.Form, which has
a much bigger capapcity.

HTH,
Phill W.
 

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,266
Messages
2,571,083
Members
48,773
Latest member
Kaybee

Latest Threads

Top