This code streams large files to our users:
// Open the file. iStream = new System.IO.FileStream(filepath, System.IO.FileMode.Ope
Increase executionTimeout in httpRuntime element of web.config.
If user is downloading large file on slow connection, request will eventually timeout.