Home
english
Home
.NET Server
Java Server
.NET Client
AJAX Client
AJAX Browser
Map Drive
Pricing
Contacts
info@ithit.com



Downloading Files

Buffering in IIS/ASP.NET

By default ASP.NET buffers content on server side before sending output. To eliminate keeping entire file content in memory before sending, turn off buffering setting BufferOutput property to false:

HttpContext.Current.Response.BufferOutput = false;

Timeout in IIS/ASP.NET

To prevent canceling script execution when downloading a large file from IIS/ASP.NET server extend the script timeout value:

HttpContext.Current.Server.ScriptTimeout = 2400; // timeout in seconds.

Range Header

The WebDAV engine provides the means for downloading only a part of a file. The client application could send Range header to specify range of bytes to download. Download managers may use this feature to resume downloads or download single file using several threads at a time.


What WebDAV software would you like to have?

Selected Customers:
Country: Norway
DnB NOR Group
Country: Finland
Bank of Finland
Country: United Kingdom
Bechtle Direct
Country: Sweden
BT Industries
Country: USA
California Chamber of Commerce
Country: Denmark
Danfoss Group
Country: Denmark
DFDS
Country: USA
Fluke Networks
Country: USA
HNI Corporation
Country: USA
IHS Inc
Country: USA
LandAmerica Financial Group
Country: Canada
Laurentian University
Country: USA
Microsoft
Country: Israel
RADVISION
Country: Ukraine
Raiffeisen Bank
Country: Netherlands
Sanoma Uitgevers
Country: USA
Siemens
Country: Australia
WorkCover NSW
Country: Ukraine
OTP Bank
Country: USA
Intel Corporation
Country: Austria
Austrian Federal Railways
Home .NET Server Java Server .NET Client AJAX Client AJAX Browser Map Drive Pricing Contacts

Updated: Saturday, October 25, 2008