0
kicks
Using GZip or Deflate in ASP.NET
GZip and Deflate are compressions used to send data over Http, the majority of browsers now support the decompression of these formats and so they are the best choice for us to use, we can use the System.IO.Compression assembly to perform the compression at the application level.