Craig Flannigan
2004-08-09 11:32:12 UTC
Hi,
I've recently moved to IIS 6.0 after being on II5.
I've got an application which is basically a File store that keeps
nearly 1000 files secure yet allows users to download them. To keep it
secure, we don't show the actual file path on the URL to the file.
e.g: http://www.abc.com/downloadfile.asp?ID=34356
We have a page called Download.asp which opens the file, streams it with
ADODB.Stream to the browser and all is fine.
This works on IIS 5 without problem, but since moving to IIS 6 we cannot
download files over 4MB.
I've changed a setting in the Metabase.xml file ("ASPBufferingLimit") to
a much higher value but nothing is working and I'm now losing hair as
users are complaining!
The code works fine, but it appears IIS limits the Response Buffer.
I'm stuck - I've changed the settings I thought would cure it, but
nothing is helping.
This also affects the uploading of these files too - which is now much
slower.
Has anyone got any advice?
Kind regards
Craig
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I've recently moved to IIS 6.0 after being on II5.
I've got an application which is basically a File store that keeps
nearly 1000 files secure yet allows users to download them. To keep it
secure, we don't show the actual file path on the URL to the file.
e.g: http://www.abc.com/downloadfile.asp?ID=34356
We have a page called Download.asp which opens the file, streams it with
ADODB.Stream to the browser and all is fine.
This works on IIS 5 without problem, but since moving to IIS 6 we cannot
download files over 4MB.
I've changed a setting in the Metabase.xml file ("ASPBufferingLimit") to
a much higher value but nothing is working and I'm now losing hair as
users are complaining!
The code works fine, but it appears IIS limits the Response Buffer.
I'm stuck - I've changed the settings I thought would cure it, but
nothing is helping.
This also affects the uploading of these files too - which is now much
slower.
Has anyone got any advice?
Kind regards
Craig
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!