Hello.
I would need to have some http connections open for upto 2 minutes. To send data to xmlHttp on the web-page.
But i found out that asp.net has a build in limit on 20 open connections, so its not really working for me. I can raise this limit to 100, but that would not help me much. I would need to be able to have several 1000 of open connection, for this server push.
Does anyone know how i can solve this - would i need to make my own tcp/ip to answer the http request, I would really prefer to answer from a asp.net page.
This asp.net and Ajax is quite new to me, maybe there is some easy solution.