We have a user who uses our site over 3G. The asp.net 2.0 application uses the AJAX toolkit updatepanels to provide a view of some data. I'm getting complains that sometimes elements within the updatepanel are missing. I believe this to be down to communication issues of the ajax calls but am having trouble repeating the issue.
How would you suggest that we troubleshoot these issues? Is there any way to increase the timeouts? Any way to catch the "error" or add in some debugging to the ajax toolkit to find out what the hell is happening?
The user is running on IE7 on a laptop across a 3G link...
Edit: After more research this issue may be down to thread-death. Each of the separate components are populated in a thread by a function to speed things up a little. Is it possible that IIS kills threads sometimes?