An HTTP compression module in ASP.NET 2.0(madskristensen.dk)
submitted by
crpietschmann(11.3k) 4 years, 11 months ago
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 the compression but I think an HttpModule is the right choice for this feature. Let's create one and call it CompressionModule.
|category: ASP.NET
|Views: 335
tags:
GZip System.IO.Compression HTTPCompression HttpModule ASP.NET another
Everyones tags:
Your Tags: