Please check out my latest project -- an HTTP Module that implements Disk Output Cache for ASP.NET v2.0.
The package includes binaries as well as the complete sources for the module. Download from the attachment to this blog entry.
Note: Beta releases of ASP.NET v2.0 included a disk output cache feature that did not make it into the final product. The code for this disk output cache module is not based on the feature from ASP.NET beta releases, it just fills in the gap by implementing a similar functionality.
Goals of Disk Output Cache.
There are two main scenarios (both unsupported by the regular memory-based output cache in ASP.NET) that disk output cache for ASP.NET pages is attempting to address:
Feature Details
This is the very first release of disk output cache, so there could be some bugs. Please let me know if you run into something.