An ASP.NET HTTPModule for HTTP Compression. Appears to have the following features:
- Supports both GZIP and DEFLATE.
- Does NOT break when calling Response.End
- Does NOT try and compress JPEG, TIFF, or GIF images.
- Uses .NET 2.0 Compression Libraries
Learn more here. More Free .NET Tools.
Source: David Hayden ( ASP.NET Developer )