By tag: HTTPCompression
0
kicks
An HTTP compression module in ASP.NET 2.0
The new System.IO.Compression namespace in .NET 2.0 makes it easy to implement HTTP compression without having to touch IIS. The best thing about it is that you no longer need any third party compression components, it’s all build directly into .NET Framework. There are different ways to implement t...