Click to See Complete Forum and Search --> : Timeout Problem in Ajax
veeresh@MS
March 30th, 2007, 07:02 AM
hi
I am working with AjaxEnableWebsiteApplication. Sometimes i got Timeout Exception like..
Sys.WebForms.PageRequestManager TimeoutException: The Server request timed out.
How to avoid this problem.. ?
pls Help me
thankyou
veeresh
mcmcom
March 30th, 2007, 04:20 PM
in your scriptManager object change the AsyncPostBackTimeOut to something large.
heres some more info: http://ajax.asp.net/docs/mref/P_System_Web_UI_ScriptManager_AsyncPostBackTimeout.aspx
hth,
mcm
baby_justblue
June 21st, 2007, 05:12 AM
in your scriptManager object change the AsyncPostBackTimeOut to something large.
heres some more info: http://ajax.asp.net/docs/mref/P_System_Web_UI_ScriptManager_AsyncPostBackTimeout.aspx
hth,
mcm
Hy,
Your solution it's good. I changed the AsyncPostBackTimeout value to something large. I don't have anymore the timeout exception, BUT
It takes too long .. on the same project, on the version without Ajax it takes 2 min, and in the version using ajax it takes 40 minutes the same process (action). The process it's callled from masterpage.
Do you have any solution for me?
Please,
Best regards,
baby blue
PeejAvery
June 21st, 2007, 08:11 AM
May I ask...why are you using AJAX to complete a process of 40 minutes minimum? And what is this server-side script doing?
codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved.