Search

You searched for the word(s): userid:625406

Matching Posts

  • Re: ASP.NET 2.0 architecture for large file streaming to client

    Thanks guys, I've read the description for TransmitFile but I've heard reports of inconsistency and still having occasional performance problems if you are downloading many large files. Downloading large files is a cornerstone of the product I'm working on - many people are always doing it, and at the same time. As such, I want to make sure I have a solid architecture in place. Most of the issues I've heard about with TransmitFile were before ASP 2.0 so I'm wondering if 2.0 fixes them. I'd also like
    Posted to Web Forms (Forum) by Boz on 9/29/2005
  • ASP.NET 2.0 architecture for large file streaming to client

    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
    Posted to Web Forms (Forum) by Boz on 9/21/2005
Page 1 of 1 (2 items)