These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Download Timeout?

Hi,

When I downloading a file, and it is lasts more then 20 minutes the download is broken. What should I change ?

The default value for session timeout is 20 minutes and you can change this setting in web.config:

<sessionState mode="InProc" timeout="30" />

Will it help?

Istvan

Istvan 7/7/2010 4:49 AM
After the download is started, the timeout of the session is not important.
I guess something is causing the application domain to be restarted on the server.
For example, you should not use a root folder under FileVista folder because if you do so, ASP.NET engine will recycle the application whenver a subfolder is deleted. If this is not the issue, please check event viewer in control panel to see if there are any ASP.NET related errors.
Cem Alacayir 7/23/2010 5:13 AM