HttpHandlers

posted on 2004-12-21 at 01:14:03 by Joel Ross

Ryan Rinaldi has a warning for you about HttpHandlers, and using them to track file downloads. Basically, IIS loads the file in question into memory if ASP.NET is set to handle that file type.

That means using HttpHandlers to serve up podcasts would be bad...

Categories: ASP.NET