Author: Nathanael Jones | Posted on: 6/13/2008 5:52:07 AM | Views : 897

Virtual path providers are awesome - you can serve a site from a .zip file, perform XSLT transformations to generate .aspx files as the compiler reads them, and do all sorts of unusual things. However, using them can make the StaticFileHandler buffer entire downloads in memory before sending the data to the client. ...

Go to the complete details ...