Re: Large Downloads
From: Jerry Camel (rlrcstr_at_msn.com)
Date: 02/24/04
- Next message: Barry Forrest: "Re: Alternative to MS WebControls ?"
- Previous message: Jerry Camel: "Re: Debugging Woes"
- In reply to: Tommy: "Re: Large Downloads"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 13:42:41 -0500
Actually, I worked around this by streaming the file in blocks. For the
most part it works just fine. Thanks for the response, though.
Jerry
"Tommy" <Websoftwares@Hotmail.com> wrote in message
news:a85edaaf.0402241043.4d3ccee@posting.google.com...
> What errors are you getting?
>
> Have you tried increasing the execution timeout?
>
> <httpRuntime executionTimeout="600"
>
> Tommy,
>
> "Jerry Camel" <rlrcstr@msn.com> wrote in message
news:<OeMH2Tk#DHA.1392@tk2msftngp13.phx.gbl>...
> > I know I've seen postings on this, but I can't find them anymore...
> >
> > I was able to fix the issue of large uploads by adding <httpRuntime
> > maxRequestLength="1048576" /> to the web.config file. I thought that
would
> > also allow for large downloads. Apparently not. I've seen postings
about
> > large downloads that mention disabling page buffering (or something like
> > that) - I added "Response.BufferOutput = False" to my code, but that
didn't
> > fix it.
> >
> > Someone please tell me how to allow large file downloads from my page.
> > Please...?
> >
> > Jerry
- Next message: Barry Forrest: "Re: Alternative to MS WebControls ?"
- Previous message: Jerry Camel: "Re: Debugging Woes"
- In reply to: Tommy: "Re: Large Downloads"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|