This is a migrated thread and some comments may be shown as answers.

AJAX Time Out

3 Answers 167 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Vatsal
Top achievements
Rank 2
Vatsal asked on 19 Oct 2010, 06:03 AM
Hello,

I am using "RadAjaxManager" in my application and I want to increase page request time out. How can I do this?

Please help me as I am not as much familiar with telerik controls.

Thanks in advance,
Vatsal

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Oct 2010, 12:02 PM
Hello Vatsal,


By setting the "executionTimeout" property in webconfig, you can specify the maximum number of seconds that a request is allowed to execute before being automatically shut down by ASP.NET.
 

You can find more information about the httpRuntime configuration in the following MSDN article: http://msdn2.microsoft.com/en-us/library/e1f13641.aspx.

-Shinu.
0
Vatsal
Top achievements
Rank 2
answered on 19 Oct 2010, 12:18 PM
Hello Shinu,

Thanks for your quick reply :)

Vatsal Desai
0
Nick Wu
Top achievements
Rank 1
answered on 30 Oct 2010, 03:07 AM
Sometime,ajax request will not be responsed when user's network delay is high.
So,if I want to stop the request and tell user "request  time out",What sould I do with telerik asp.net ajax controls.
Tags
Ajax
Asked by
Vatsal
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Vatsal
Top achievements
Rank 2
Nick Wu
Top achievements
Rank 1
Share this question
or