IIS 7.5 GZip-Compression not working
IIS 7.5 compression turned on but pages not being sent compressed
Monday, 11 March 2013
How to Enable G-zip compression via code :
Open web.config file in your application
Add below key to enable G-Zip compression:
<add key="EnableGZipCompression
" value="1"/>
Home
Subscribe to:
Comments (Atom)