Introduction:
Here
I will explain how to enable gzip compression in asp.net using web.config
file or add gzip compression in asp.net website using
web.config file. Gzip compression is used to increase the page performance of
website or application by compressing html, css, jquery, JavaScript etc files.
Description:
In
previous post I explained Difference between cursor and while loop in sql server, Breadcrumb example in asp.net, how to pass table as parameter to
stored procedure, Add Fade in effect to webpage using
JQuery
and many articles relating to asp.net, JQuery, Ajax etc. Now I will
explain how to enable gzip compression in asp.net using web.config
file to increase page performance of website.