More on GZip compression with ASP.NET Content
Posted by: Rick Strahls WebLog,
on 06 Feb 2007 |
View original
After I posted the GZip Script Compression module code a while back, Ive gotten a number of questions regarding GZip and compression in ASP.NET applications so I thought I show a couple of other ways you can use the new GZipStream class in ASP.NET.
The beauty of this new GZip support is how easy it is to use in your own ASP.NET code. I use the GZip functionality a bit in my WebLog code. For example the the cached RSS feed is GZip encoded which uses GZipStream on the Response.OutputStream fed to an...