L
Larry
Hi
I have asp.net programs. I used a very simple data transfer method by using
URLs
¡°First.aspx¡± contents a line to send data to the ¡°second.aspx¡± page, for
example: http://server/path/seond.apsx?data=mydata
There is a customer setting refresh rate in ¡°First.aspx¡± page.
So, if customer set refresh rate to 6 sec (mydata could be different each
time), there are more then 10 different calls (connections) to
¡°second.aspx¡± from the same ¡°first.aspx¡± page in one minute. This gave
me Error 403.9. (too many connections)
Is anyway I can keep the one connetions all the time between the two pages?
thanks
I have asp.net programs. I used a very simple data transfer method by using
URLs
¡°First.aspx¡± contents a line to send data to the ¡°second.aspx¡± page, for
example: http://server/path/seond.apsx?data=mydata
There is a customer setting refresh rate in ¡°First.aspx¡± page.
So, if customer set refresh rate to 6 sec (mydata could be different each
time), there are more then 10 different calls (connections) to
¡°second.aspx¡± from the same ¡°first.aspx¡± page in one minute. This gave
me Error 403.9. (too many connections)
Is anyway I can keep the one connetions all the time between the two pages?
thanks