IE execution Time out error.
-
Hi, Reading the values from excel sheet , using those values i will generate usercontrol dynamically. usercontrol will have nearly 50 controls which is done in server side. problem occurs if we have more than 50 records in Excel file. It's working fine in http , but https is a problem. In HTTP it takes only 5 to 7 minutest to load 100 dynamic usercontrol in a page. If i go for 100 records in Excel, At that time in IE takes long time and finally displays empty page. like Page cannot be found,. it seems to be executionTimeout problem. For that i had increased the executionTimeout =1200 and debug ="false" in web config, but still the problem occurs. If anybody have any idea please reply me. Thanks in advance. Eswar.
-
Hi, Reading the values from excel sheet , using those values i will generate usercontrol dynamically. usercontrol will have nearly 50 controls which is done in server side. problem occurs if we have more than 50 records in Excel file. It's working fine in http , but https is a problem. In HTTP it takes only 5 to 7 minutest to load 100 dynamic usercontrol in a page. If i go for 100 records in Excel, At that time in IE takes long time and finally displays empty page. like Page cannot be found,. it seems to be executionTimeout problem. For that i had increased the executionTimeout =1200 and debug ="false" in web config, but still the problem occurs. If anybody have any idea please reply me. Thanks in advance. Eswar.
attalurisubbu wrote:
In HTTP it takes only 5 to 7 minutest to load 100 dynamic usercontrol in a page.
:doh: Try to increase the
maxRequestLength
also.Copy and paste is a design error