Posts Tagged ‘Timeout’

JQuery AJAX Timeout Issue

Posted: February 2, 2013 in JQuery
Tags: , , ,

jQuery ajax default timeout is unlimited (=0).

Set/Detect Timeout on JQuery AJAX – http://stackoverflow.com/questions/5225597/set-timeout-for-ajax-jquery

http://stackoverflow.com/questions/4148830/anyone-know-the-jquery-default-timeout-value

Browser will have default timeout which controls the request/ response. For IE Refer – http://support.microsoft.com/kb/181050

Online editor to try html/script/css – http://jsfiddle.net/tSW7M/

Calling Reporting webservice from c# code to generate the reports is timing out due to long running reports. Resetting timeout period to high value is a quick solution before fixing  report performance issue.

http://msdn.microsoft.com/en-us/library/reportexecution2005.reportexecutionservice%28v=sql.105%29.aspx