Something I just recently discovered is that, using an HTTP module, you can implement gzip compression for your website in ASP.Net 2.0. The cool thing about doing it through an HTTP module versus using IIS is that with the HTTP module, you can have some logic that decides what pages will be compressed.
Very nifty stuff. Thanks to the article here for the source and inspiration.