Click here to Skip to main content
15,886,810 members
Articles / Web Development / ASP.NET

Reduce ASP.NET Page Output Size

22 Feb 2010CPOL2 min read 28.9K   7  
Reduce ASP.NET Page Output SizeIntroductionThere are several techniques available to reduce ASP.NET page output size. Today we will discuss two interesting techniques among them.HTTP CompressionThis is a cool technique to reduce page size by compressing HTTP response stream. This...
This is an old version of the currently published tip/trick.

This article is currently in progress. This version is not yet publicly viewable

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.