Sunday, April 3, 2011

Html Compressor for asp.net

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.

Thanks!

From stackoverflow
  • Telerik just released a compression utility as part of their RadControls for ASP.NET AJAX suite. If you aren't a customer you can check it out using the free, non-time-bombed trial of their controls.

    Check out this post and this post for details.

  • A better way is to enable GZIP, you can enable this in IIS

    iis6 | iis7

0 comments:

Post a Comment