Several articles have been written about the options for creating a site that efficiently handles streaming large files down to users (e.g. WriteFile (No!), TransmitFile, FileStream chunking, ISAPI Filter), but most of these are in the context before ASP.NET 2.0. I am about to write an application that needs solid support for this and am wondering if ASP.NET 2.0 brings anything new to the table. Does anyone have any insight into this issue or ideas how ASP.NET 2.0 could improve my life?
Thanks in advance!
David