Using a custom VirtualPathProvider can cause OutOfMemoryExceptions
Posted Friday, June 6, 2008
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.