<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx</link><description>Compression module provides IIS the capability to serve compressed responses to compression enabled clients. Clients which can accept compressed responses send Accept-Encoding header indicating compression schemes they can handle. If IIS can compress</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#3145482</link><pubDate>Wed, 06 May 2009 17:45:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3145482</guid><dc:creator>ksingla</dc:creator><description>&lt;p&gt;Hi Avinash,&lt;/p&gt;
&lt;p&gt;By “you don’t have access to IIS”, I understand you don’t have administrator access to IIS and can only change configuration in web.config. Is this correct?&lt;/p&gt;
&lt;p&gt;If yes, then no you can’t enable compression for “.config” files. Only administrator can enable compression for “.config” files by adding that to httpCompression/staticTypes list. You can only control if you want to enable or disable compression completely by setting urlCompression/doStaticCompression property.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kanwal&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3145482" width="1" height="1"&gt;</description></item><item><title>IIS 7 Compression.  Good?  Bad?  How much?</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2959381</link><pubDate>Mon, 23 Feb 2009 06:09:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2959381</guid><dc:creator>Scott Forsyth's Blog</dc:creator><description>&lt;p&gt;If you haven't properly leveraged compression in IIS, you're missing out on a lot! Compression is a trade&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2959381" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2950520</link><pubDate>Wed, 18 Feb 2009 22:02:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2950520</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;A Better HTTP Compression Solution&lt;/p&gt;
&lt;p&gt;Here is a better solution that works with JavaScript and also compatible and with AJAX enabled content: &lt;a rel="nofollow" target="_new" href="http://MicroMighty.com/Components/HTTP_Compression_Module.aspx"&gt;micromighty.com/.../HTTP_Compression_Module.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This HTTP Compression module uses configureable MIME types and other features that are not being offered by any other http compression software, it is also being configured through the Web.config and not on IIS,&lt;/p&gt;
&lt;p&gt;See how flexible it can be: &lt;a rel="nofollow" target="_new" href="http://MicroMighty.com/SDK/HTTPCompressionModule/HTTPCompressionModule.aspx"&gt;micromighty.com/.../HTTPCompressionModule.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2950520" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2943943</link><pubDate>Mon, 16 Feb 2009 08:24:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2943943</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;I think what people are getting at when they say it doesn't work with Javascript is that by default the applicationHost.config has the following line in the static HTMLCompression section:&lt;/p&gt;
&lt;p&gt; &amp;lt;add mimeType=&amp;quot;application/javascript&amp;quot; enabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;However in the same document IIS is configured to give .js files to the mimeType &amp;quot;application/x-javascript&amp;quot;, so js files will not be zipped by default. Adding the following line gets it all working.&lt;/p&gt;
&lt;p&gt;&amp;lt;add mimeType=&amp;quot;application/x-javascript&amp;quot; enabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Hope this saves someone else a little time&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2943943" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2935616</link><pubDate>Thu, 12 Feb 2009 05:42:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2935616</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Thanks for this fresh information; I was looking for a convenient place for compressing heavy video file. Besides these, I have found another place to compress and decompress all sorts of files. That is &lt;a rel="nofollow" target="_new" href="http://www.krunchit.net"&gt;http://www.krunchit.net&lt;/a&gt; where you can zip or unzip ten files online altogether.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2935616" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2933301</link><pubDate>Wed, 11 Feb 2009 11:35:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2933301</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Thanks for this fresh information; I was looking for a convenient place for compressing heavy video file. Besides these, I have found another place to compress and decompress all sorts of files. That is www.krunchit.net where you can zip or unzip ten files online altogether.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2933301" width="1" height="1"&gt;</description></item><item><title>How do I enable GZip compression for my web server in IIS?</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2896557</link><pubDate>Wed, 28 Jan 2009 03:16:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2896557</guid><dc:creator>Perf World</dc:creator><description>&lt;p&gt;GZip/Deflate compression will compress the response payload from the IIS web server to the browser. Pages&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2896557" width="1" height="1"&gt;</description></item><item><title>javascript performance tuning exercise- jslint+jsmin+Yslow+gzip on IIS7 &amp;laquo; Yet another blog again</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2819468</link><pubDate>Fri, 19 Dec 2008 06:11:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2819468</guid><dc:creator>javascript performance tuning exercise- jslint+jsmin+Yslow+gzip on IIS7 « Yet another blog again</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;javascript performance tuning exercise- jslint+jsmin+Yslow+gzip on IIS7 &amp;amp;laquo; Yet another blog again&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2819468" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2796409</link><pubDate>Tue, 09 Dec 2008 19:20:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2796409</guid><dc:creator>ksingla</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;/p&gt;
&lt;p&gt;Right now this is not planned for next release of IIS7. I am going to follow up in the team and see if we should do something similar in compression module. I will reply again when there is a decision on this.&lt;/p&gt;
&lt;p&gt;Thanks for suggesting this feature.&lt;/p&gt;
&lt;p&gt;Kanwal&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2796409" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2729225</link><pubDate>Thu, 06 Nov 2008 17:05:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2729225</guid><dc:creator>elk5432</dc:creator><description>&lt;p&gt;Kanwal,&lt;/p&gt;
&lt;p&gt;Is it reasonable to hope for whitespace compression and normalization (i.e. minify &lt;a rel="nofollow" target="_new" href="http://code.google.com/p/minify/"&gt;code.google.com/.../minify&lt;/a&gt;) in new releases of iis? There is 3rd party software that can do this through ISAPI filters for IIS5/6.&lt;/p&gt;
&lt;p&gt;We've been 10-15% improvements in bandwidth from minifying on our clusters. &lt;/p&gt;
&lt;p&gt;Eugene&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2729225" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2703355</link><pubDate>Fri, 24 Oct 2008 00:05:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2703355</guid><dc:creator>ksingla</dc:creator><description>&lt;p&gt;Hi Yves Van Dooren,&lt;/p&gt;
&lt;p&gt;Yes, its true that IIS6 doesn't support inbound http compression and same is true for IIS7. I am not aware of any plans to support that in next release as well. I will follow-up on this request in the team so that we can evaluate doing this in a future release.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kanwal&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2703355" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2700124</link><pubDate>Wed, 22 Oct 2008 16:48:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2700124</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I read that IIS6 does not support inbound HTTP compression. Is is true and is there a chance that inbound compression is supported by IIS7?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Yves Van Dooren. &lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2700124" width="1" height="1"&gt;</description></item><item><title>how to enable the compression on IIS7 &amp;laquo; nilleb&amp;#8217;s tech blog</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2662634</link><pubDate>Sat, 04 Oct 2008 08:32:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2662634</guid><dc:creator>how to enable the compression on IIS7 « nilleb’s tech blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;how to enable the compression on IIS7 &amp;amp;laquo; nilleb&amp;amp;#8217;s tech blog&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2662634" width="1" height="1"&gt;</description></item><item><title>re: Changes to compression in IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2619907</link><pubDate>Sat, 13 Sep 2008 23:18:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2619907</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Have you seen an situation where event ID 2264 is logged hourly?&lt;/p&gt;
&lt;p&gt;&amp;quot;The directory specified for caching compressed content C:\inetpub\temp\IIS Temporary Compressed Files\DefaultAppPool is invalid. &amp;nbsp;Static compression is being disabled&amp;quot;&lt;/p&gt;
&lt;p&gt;can you explain how this might be related to any changes in IIS7?&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2619907" width="1" height="1"&gt;</description></item><item><title>Compresión en IIS7</title><link>http://blogs.iis.net/ksingla/archive/2006/06/13/changes-to-compression-in-iis7.aspx#2587873</link><pubDate>Fri, 29 Aug 2008 05:27:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2587873</guid><dc:creator>Noticias</dc:creator><description>&lt;p&gt;Para utilizar mas eficientemente el ancho de banda disponible, usted puede activar la compresi&amp;amp;oacute;n&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2587873" width="1" height="1"&gt;</description></item></channel></rss>