I am using asp classic in my application. In this I am doing one ajax request which will continuously fetch data from a socket and store that in a session, now a further ajax request will fetch that data from session and javascript will accept that data.
But when I try then my subsequent request it does not goes to the server. So can any body tell me is this possible to send subsequent ajax request to IIS while few ajax requests are still running . You can say it like creating a multithreaded environment.