I am running into an issue where I am querying a ashx generic handler which can take about 30 seconds to return json results. If I run my code using Chrome, it works correctly and my grid is populated. Unfortunately, using IE, it fails with an timeout error. Even if I set the timeout setting in the ajax request, it doesn’t seem to respect it and continues to fail. Any help or thoughts would be great, thanks.
Wade
I believe I have found the issue. Apparently, there is a registry edit setting – HKCU\Software\Microsoft\Windows\CurrentVersion\Internet that was causing the connection to close after 10 seconds. Here is the original link – Internet Explorer 8 timeout too quick on page POSTs
Wade