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