A
Andrew
Hello, friends,
I am testing our website (in 2003.net, c#) application. Sometimes there more
values in Querystring, like
http://www.xxxxxx.com/webpage1.aspx...m_number2=43&payer_id=FDUB8TPHR7ZHA&tax=0.00&......
However, if the number of different values in query string is more than 44,
we got error from IE, saying
Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
........
Does that mean .aspx can only accept 44 different values in a query string?
Or there are some other problems here?
Thanks a lot.
I am testing our website (in 2003.net, c#) application. Sometimes there more
values in Querystring, like
http://www.xxxxxx.com/webpage1.aspx...m_number2=43&payer_id=FDUB8TPHR7ZHA&tax=0.00&......
However, if the number of different values in query string is more than 44,
we got error from IE, saying
Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
........
Does that mean .aspx can only accept 44 different values in a query string?
Or there are some other problems here?
Thanks a lot.