I\'m using Filestream for read big file (> 500 MB) and I get the OutOfMemoryException.
I use Asp.net , .net 3.5, win2003, iis 6.0
I want this in my app:
You do not need to hold the whole file in memory just read it and write to the response stream in a loop.