Hi,
I have 2 issues as follows:
The timeout for Ajax is not long enough so i want to increase the ajax timeout. I do have the config in web.config. I do not know that it actually works. My waiting time could be from 15--30 min.
Also, as the timeout finishes. The page now has the Javascript error and show the error message at the bottom of IE. So, is there any way i can handle those error and do some custom handling instead of passing it to the user.
Let me know the details. Thanks,
Regards,
Osman
I have 2 issues as follows:
The timeout for Ajax is not long enough so i want to increase the ajax timeout. I do have the config in web.config. I do not know that it actually works. My waiting time could be from 15--30 min.
<httpRuntime executionTimeout="900" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />Also, as the timeout finishes. The page now has the Javascript error and show the error message at the bottom of IE. So, is there any way i can handle those error and do some custom handling instead of passing it to the user.
Let me know the details. Thanks,
Regards,
Osman