An HTTP compression module in ASP.NET 2.0(madskristensen.dk)

submitted by crpietschmanncrpietschmann(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.

1 comment |category: |Views: 335

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by DamienGDamienG(1405) 4 years, 11 months ago 0

Duplicate of http://www.dotnetkicks.com/aspnet/HTTP_compression_in_ASP_NET_2_0 submitted over 290 days ago.

Reply

information Login or create an account to comment on this story