<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Configuring GZip compression</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Configuring GZip compression</description>
  <pubDate>Wed, 29 Jul 2026 16:54:02 -700</pubDate>
  <lastBuildDate>Wed, 16 Feb 2011 08:17:42 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2488</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Configuring GZip compression : I got it working but I had to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9968#9968</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=907" rel="nofollow">rgillingham</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 16-Feb-2011 at 8:17am<br /><br /><br>I got it working but I had to modify applicationHost.config in C:\Windows\System32\inetsrv\config<br><br>This is what I put<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;staticTypes&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="text/*" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="message/*" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/x-javascript" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/atom+xml" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/xaml+xml" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/soap+msbin1" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="*/*" enabled="false" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/staticTypes&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dynamicTypes&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="text/*" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="message/*" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/x-javascript" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="*/*" enabled="false" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/soap+msbin1" enabled="true" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dynamicTypes&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/httpCompression&gt;<br><br>Richard<br><br><br>]]>
   </description>
   <pubDate>Wed, 16 Feb 2011 08:17:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9968#9968</guid>
  </item> 
  <item>
   <title>Configuring GZip compression : Message compression should be...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9951#9951</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 14-Feb-2011 at 6:05pm<br /><br />Message compression should be coming to DevForce Silverlight in release 6.0.9, which is due next month.<DIV>&nbsp;</DIV><DIV>Although the docs on http compression are a bit confusing, it does work and will compress server responses (which means that saves, and large amounts of data passed into an RPC call, will not be compressed.)&nbsp; I think the final key to getting compression working is ensuring the mime type is recognized for compression, and in IIS 7 that's done via the applicationHost.config file -- make sure it contains the following under the &lt;dynamicTypes&gt; element:</DIV><DIV>&nbsp;&nbsp; &lt;add mimeType="application/soap+msbin1" enabled="true" /&gt;</DIV>]]>
   </description>
   <pubDate>Mon, 14 Feb 2011 18:05:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9951#9951</guid>
  </item> 
  <item>
   <title>Configuring GZip compression : I&amp;#039;ve been trying to get gzip...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9949#9949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=613" rel="nofollow">stephenmcd1</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 14-Feb-2011 at 5:17pm<br /><br /><p>I've been trying to get gzip compression working as well. &nbsp;I've tried all the things listed above, but I seem to be in the same boat as rgillingham (that is, I haven't gotten anything working).</p><p>Do you expect compression to make it into a soon release of Dev Force or is it just a low priority feature that may come someday. &nbsp;If the feature is still a ways off, I'll spend more time trying to get it working.</p><p><br></p>]]>
   </description>
   <pubDate>Mon, 14 Feb 2011 17:17:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9949#9949</guid>
  </item> 
  <item>
   <title>Configuring GZip compression : Yes, we have confirmed that this...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9897#9897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 08-Feb-2011 at 3:23pm<br /><br />Yes, we have confirmed that this works, but IIS can be troublesome to debug when it doesn't. We are planning to implement this so that compression happens automatically in DevForce Silverlight, but for now you have to configure IIS.<div><br></div><div>Your configuration looks ok, but you may need to place it in the&nbsp;ApplicationHost.config file instead of the web.config.</div><div><br></div><div>These links may also be helpful to you or others:</div><div><br></div><div>For IIS 7:</div><div><a href="http://www.iis.net/C&#111;nfigReference/system.webServer/httpCompressi&#111;n?showTreeNavigati&#111;n=true" target="_blank">http://www.iis.net/ConfigReference/system.webServer/httpCompression?showTreeNavigation=true</a><br></div><div><br></div><div>For IIS 6:</div><div><a href="http://programmerpayback.com/2009/02/18/speed-up-your-app-by-compressing-wcf-service-resp&#111;nses/" target="_blank">http://programmerpayback.com/2009/02/18/speed-up-your-app-by-compressing-wcf-service-responses/</a><br></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 08 Feb 2011 15:23:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9897#9897</guid>
  </item> 
  <item>
   <title>Configuring GZip compression : Hello again  THanks for the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9891#9891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=907" rel="nofollow">rgillingham</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 08-Feb-2011 at 12:06am<br /><br /><DIV></DIV>Hello again<DIV>&nbsp;</DIV><DIV>THanks for the information.&nbsp; I've now enabled dynamic compression as described but still don't see gzip output in fiddler.&nbsp; Have you tried this out to confirm it works.?&nbsp; Do you think my web.config entry is correct?&nbsp; Is there a DevForce way to configure this ?</DIV><DIV>&nbsp;</DIV><DIV>Richard</DIV>]]>
   </description>
   <pubDate>Tue, 08 Feb 2011 00:06:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9891#9891</guid>
  </item> 
  <item>
   <title>Configuring GZip compression : My IT guy says Dynamic Content...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9889#9889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 07-Feb-2011 at 3:39pm<br /><br />My IT guy says Dynamic Content Compression is turned off by default in Windows. You can check this (on Windows 7) by going to:<div><b>Control Panel</b> -&gt;</div><div><b>Programs and Features</b> -&gt;</div><div><b>Turn Windows features on or off</b> <i>(on the left panel)</i> -&gt;<br></div><div><b>Internet Information Services</b> -&gt;</div><div><b>World Wide Web Services</b> -&gt;</div><div><b>Performance Features</b> -&gt;</div><div><b>Dynamic Content Compression</b>&nbsp;</div><div><br></div><div>Make sure that Dynamic Content Compression is checked:</div><div><br></div><div><img src="uploads/477/DCC.jpg" height="365" width="430" border="0" /><br></div><div><br></div><div><br></div><div>You can confirm this setting is correct inside <b>IIS Manager</b> by double clicking the <b>Compression </b>module for the website and seeing that <b>Enable dynamic content compression</b> is checked and not grayed out:</div><div><br></div><div><img src="uploads/477/IIS.jpg" height="480" width="708" border="0" /><br></div>]]>
   </description>
   <pubDate>Mon, 07 Feb 2011 15:39:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9889#9889</guid>
  </item> 
  <item>
   <title>Configuring GZip compression : HiI added this to web.config&amp;lt;system.webServer&amp;gt;...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9884#9884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=907" rel="nofollow">rgillingham</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 07-Feb-2011 at 12:45pm<br /><br />Hi<br><br>I added this to web.config<br><br>&lt;system.webServer&gt;<br>&nbsp; &lt;httpCompression directory="%SystemDrive%\inetpub\<br>temp\IIS Temporary Compressed Files"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;dynamicTypes&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="text/*" enabled="true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="message/*" enabled="true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/javascript" enabled="true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/soap+msbin1" enabled="true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="*/*" enabled="false"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/dynamicTypes&gt;<br>&nbsp;&nbsp;&nbsp; &lt;staticTypes&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="text/*" enabled="true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="message/*" enabled="true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/javascript" enabled="true"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="*/*" enabled="false"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add mimeType="application/soap+msbin1" enabled="true"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/staticTypes&gt;<br>&nbsp; &lt;/httpCompression&gt;<br>&nbsp; &lt;urlCompression doStaticCompression="true" doDynamicCompression="true"/&gt;<br>&lt;/system.webServer&gt;<br><br>It didn't make any difference - the content type being returned is application/soap+msbin1 according to Fiddler<br><br>Richard<br>]]>
   </description>
   <pubDate>Mon, 07 Feb 2011 12:45:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9884#9884</guid>
  </item> 
  <item>
   <title>Configuring GZip compression :  We have an open feature request...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9882#9882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 07-Feb-2011 at 12:03pm<br /><br /><div>We have an open feature request to enable compression by default for DevForce Silverlight applications. (It is already enabled for WPF/WinForms apps, but Silverlight uses a different .NET runtime CLR.)</div><div><br></div><div>Until then, you can manually turn on compression in IIS for your application. This is one link that shows how to do it for IIS 7:</div><div><a href="http://blogs.microsoft.co.il/blogs/yevgenif/archive/2009/02/18/web-per&#102;ormance-data-compressi&#111;n-with-iis-7-0.aspx" target="_blank">http://blogs.microsoft.co.il/blogs/yevgenif/archive/2009/02/18/web-performance-data-compression-with-iis-7-0.aspx</a></div><div><br></div><div>Let us know if that works for you.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 07 Feb 2011 12:03:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9882#9882</guid>
  </item> 
  <item>
   <title>Configuring GZip compression : HiWe have a simple silverlight...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9873#9873</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=907" rel="nofollow">rgillingham</a><br /><strong>Subject:</strong> 2488<br /><strong>Posted:</strong> 04-Feb-2011 at 3:41am<br /><br />Hi<br><br>We have a simple silverlight devforce 2010 application.&nbsp; We have just used the default configuration out of the box and hosting under IIS.&nbsp; Using Fiddler we are seeing that a query we are executing is returning 460K back to the silverlight client uncompressed.&nbsp; It is telling us that this would reduce to 39K using gzip compression.<br><br>What are the simple steps to configuring devforce to use gzip compression - there is some informaiton on the Wiki but we can't see how to apply this - or not seeing any effects.<br><br>Thanks in advance<br><br>Richard<br>]]>
   </description>
   <pubDate>Fri, 04 Feb 2011 03:41:49 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2488&amp;PID=9873#9873</guid>
  </item> 
 </channel>
</rss>