The Artima Developer Community
Sponsored Link

.NET Buzz Forum
HttpCompression For Blogs

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Watermasysk

Posts: 661
Nickname: scottwater
Registered: Aug, 2003

Scott Watermasysk is an ASP.NET developers. He wrote the .Text blog engine.
HttpCompression For Blogs Posted: Jan 6, 2004 10:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Scott Watermasysk.
Original Post: HttpCompression For Blogs
Feed Title: ScottW's ASP.NET WebLog
Feed URL: /error.aspx?aspxerrorpath=/blog/rss.aspx
Feed Description: ASP.NET and Blogging
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Scott Watermasysk
Latest Posts From ScottW's ASP.NET WebLog

Advertisement

Dare mentioned a lack of HttpCompression support from blog tools. Traditionally, I think this burden has fallen on the system administrator and not software tool maker. However, with ASP.NET/IIS this can be a quick fix.

You do have a couple of choices:

  1. The first obvious choice would be to turn on IIS 6.0 compression, which from all most accounts seems to function quite well. However, this of course requires you be using IIS 6.0 (see .NET Guy for tips on getting this started)
  2. Next, you could purchase a third party product (such as PipeBoost or XCache)
  3. Finally, for relatively simple application (like .Text and dasBlog) you could enable HttpCompression with a simple HttpModule.

As long as you are not using Server.Transfer, you should be able to use Ben Lowery's HttpCompression Module.

I have had good success with it in the past, but it (as with any non-IIS solution) does not handle Server.Transfer well. At worse, you could probably use it for your RSS requests and you would probably take care of 70% of your bandwidth.

Read: HttpCompression For Blogs

Topic: .NET Nightly 81 Previous Topic   Next Topic Topic: Reporting Services launch date, email large files, USB flash drives

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use