Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 28058

Static Compressing not working in IIS 7.5

$
0
0

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-Controlprivate
Content-Length68008
Content-Typetext/html; charset=utf-8
DateSun, 02 Jun 2013 07:08:59 GMT
ServerMicrosoft-IIS/7.5
X-AspNet-Version4.0.30319
X-Powered-ByASP.NET
X-Powered-By-PleskPleskWin

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


Viewing all articles
Browse latest Browse all 28058

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>