Hi Experts Team,
After lots's of Googling finally, i am posting question on official forum to get the issue resolved.
Problem : I'm trying to enable GZIP compression on IIS 7.5 (Live IIS on Plesk) but no success after hours of Googleing.
Response Header of my website on Firefox 21.0 using Firebug : http://www.pricingindia.in :
Cache-Control | private |
Content-Length | 68008 |
Content-Type | text/html; charset=utf-8 |
Date | Sun, 02 Jun 2013 07:08:59 GMT |
Server | Microsoft-IIS/7.5 |
X-AspNet-Version | 4.0.30319 |
X-Powered-By | ASP.NET |
X-Powered-By-Plesk | PleskWin |
Web Config :
<httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files" maxDiskSpaceUsage="1073741824" minFileSizeForComp="256">
<scheme name="gzip" doStaticCompression="true" doDynamicCompression="false" dll="%Windir%\system32\inetsrv\gzip.dll" staticCompressionLevel="9" dynamicCompressionLevel="9" />
<staticTypes>
<add mimeType="text/*" enabled="true" />
<add mimeType="message/*" enabled="true" />
<add mimeType="application/x-javascript" enabled="true" />
<add mimeType="application/atom+xml" enabled="true" />
<add mimeType="application/xaml+xml" enabled="true" />
<add mimeType="*/*" enabled="false" />
</staticTypes>
</httpCompression>
<urlCompression doStaticCompression="true" doDynamicCompression="false" />
Please help me to get it resolved...
Advance thanks to everyone who looked on this. or email me : vicky.rathee2005@gmail.com your solution or feel free to ask if you need any more information to get it resolved