Browser TimeOut
-
i have loading 1005 usercontrols ,each usercontrols haves 11 controls. When i click submit button, i get browser timeout problem, i can't able to debug also.. After clicking button, empty browser is displayed. Thanks in Advance Regards Senthilkumar.T
-
i have loading 1005 usercontrols ,each usercontrols haves 11 controls. When i click submit button, i get browser timeout problem, i can't able to debug also.. After clicking button, empty browser is displayed. Thanks in Advance Regards Senthilkumar.T
attalurisubbu wrote:
i have loading 1005 usercontrols
I think you need to redesign that page
-
i have loading 1005 usercontrols ,each usercontrols haves 11 controls. When i click submit button, i get browser timeout problem, i can't able to debug also.. After clicking button, empty browser is displayed. Thanks in Advance Regards Senthilkumar.T
-
It's always better to minimise the size page.There are standards for the page size and response time too.Please check and design accordingly.
Cheers!! Brij
<httpRuntime executionTimeout="450" maxRequestLength="6000" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100"/>
add the above insyte system.web of your web.config this should help yoou :)
Thanks & Regards Pete