S
ShikariShambu
Hi All,
We have numerous instance where we allow the user to download files from
our web site.
We don't allow them to open it within browser window. They have to save it
locally.
Of late we have been running into out of memory issues with the ASP.NEt
process becuase of the file download. We put the contents of the file on a
HTTP reponse buffer and that means larger the file more memory ASP.NET
process consumes. And, if multiple users are doing the same thing the
ASP.NET process hits the memory threshold and recycles.
Is there a way to allow for file downloads without having to eat into the
asp.net process memory?
TIA
We have numerous instance where we allow the user to download files from
our web site.
We don't allow them to open it within browser window. They have to save it
locally.
Of late we have been running into out of memory issues with the ASP.NEt
process becuase of the file download. We put the contents of the file on a
HTTP reponse buffer and that means larger the file more memory ASP.NET
process consumes. And, if multiple users are doing the same thing the
ASP.NET process hits the memory threshold and recycles.
Is there a way to allow for file downloads without having to eat into the
asp.net process memory?
TIA