Click here to Skip to main content
15,905,913 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I am having an issue with request time out. I have a web page which is hosted in IIS. The code inside the page is to copy the files from one machine to 30 odd machines. When i request the page the files coping started and after coping to few machines i am recieving an error "System.Web.HttpException: Request timed out" Thread was aborted.

I changed the http execution timeout to 3600 in web.config as well. But no luck.

Please suggest me and i am dying for help here.

Thanks,
Kiran
Posted

Its seems you need to increase timeout setting on IIS. Please follow below links it may help.

http://stackoverflow.com/questions/6379259/how-to-set-different-timeouts-for-different-urls-in-asp-net[^]

Default Limits for Web Sites <limits>[^]
 
Share this answer
 
i suggest to delete all time out from coding nd add time out in iis it will work real time (:)
 
Share this answer
 
Comments
KiranKumar0407 28-Jul-13 3:29am    
Hi Ankit/Mahesh,

Thanks for your reply. I tried it and increased the session time out to 60 in IIS but still no luck. Now i am seeing "Internet Explorere cannot display the web page" error. Please help me.

Thanks,
kiran

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900