Hello guys,
I am working on a iis based web app where i am communicating to sql server database using ajax calls from client to asp page on the server side getting response as xml.
My problem is that after two or three ajax calls the ajax calls starts to fail and status fails to return 200 in xmlhttp.status. But this happens occasionally.
The web app then works fine only when iis is restarted.
Please help me with this problem...
I am working on a iis based web app where i am communicating to sql server database using ajax calls from client to asp page on the server side getting response as xml.
My problem is that after two or three ajax calls the ajax calls starts to fail and status fails to return 200 in xmlhttp.status. But this happens occasionally.
The web app then works fine only when iis is restarted.
Please help me with this problem...
Comment