TimeOut on Downloads???

H

Harry Whitehouse

I have an ASPNET page which allows users to download an ~5 MB file after
authenticating. I'm consistently hearing from users on dial-up lines that
the process times out about 1/2 way through. Are there any timeout settings
I need to be aware of in either IIS or the .NET enviornment?

Here's the code I use to download:

Response.Clear();
Response.AddHeader("content-disposition","attachment; filename=" + myfile);

Response.WriteFile(filename);

Response.End();

TIA

Harry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top