Anyone knows a good way or tool to compress the HTML that is sent to the client?
I was thinking in compressing the HTML in the .aspx files in the production server only, so maybe a tool for doing this would be the right choice.
Anyone knows a good way or tool to compress the HTML that is sent to the client?
I was thinking in compressing the HTML in the .aspx files in the production server only, so maybe a tool for doing this would be the right choice.
On
An article here about ASP.NET white space cleaning with no runtime cost.
Cleaning out the unnecessary whitespace has the effect of compressing the data.
A better way is to enable GZIP, you can enable this in IIS
iis6 | iis7