|
by Rick Strahl via Rick Strahl's Web Log on 6/29/2007 9:57:27 AM
I've talked a bit about GZip compression (here and here and here) on the server recently. It's pretty straight forward to use GZip compression either by letting IIS do it for you automatically or by using some simple ASP.NET code to compress content. As a quick review to create GZip content on the server generically I created a couple simple static utility functions that can be called from anywhere to dynamically encode dynamic ASP.NET content:/// <summary>
/// Determines if GZip
... [ read more ]
|