<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: HTTP Compression in ASP.NET 2.0</title>
	<link>http://pohee.com/it/http-compression-in-aspnet-20/</link>
	<description>This is all about ASP.Net, AJaX, SEO, Internet Marketing and FUN</description>
	<pubDate>Sat, 19 May 2012 14:20:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Chris</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-30</link>
		<author>Chris</author>
		<pubDate>Fri, 02 Mar 2007 17:59:03 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-30</guid>
					<description>I tried this and it worked, but it broke the .net Menu object. Each page displayed a java error of Object not found. Any idea how to solve this?</description>
		<content:encoded><![CDATA[<p>I tried this and it worked, but it broke the .net Menu object. Each page displayed a java error of Object not found. Any idea how to solve this?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: PohEe</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-31</link>
		<author>PohEe</author>
		<pubDate>Fri, 02 Mar 2007 23:33:42 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-31</guid>
					<description>I got no idea on failure of  the .Net Menu object. I am very much happy to troubleshoot your problem if you send me your code.</description>
		<content:encoded><![CDATA[<p>I got no idea on failure of  the .Net Menu object. I am very much happy to troubleshoot your problem if you send me your code.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chad</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-32</link>
		<author>Chad</author>
		<pubDate>Fri, 23 Mar 2007 19:16:40 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-32</guid>
					<description>I have figured out a way to get around the validation issue using blowery. Exclude 'WebResource.axd' as a path and is should work.</description>
		<content:encoded><![CDATA[<p>I have figured out a way to get around the validation issue using blowery. Exclude &#8216;WebResource.axd&#8217; as a path and is should work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chad</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-33</link>
		<author>Chad</author>
		<pubDate>Fri, 23 Mar 2007 20:51:04 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-33</guid>
					<description>Strike that, it allows it to work in Firefox but IE still whines.</description>
		<content:encoded><![CDATA[<p>Strike that, it allows it to work in Firefox but IE still whines.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: yankee</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-34</link>
		<author>yankee</author>
		<pubDate>Sun, 01 Apr 2007 02:22:44 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-34</guid>
					<description>thanks for your excellent work. i tried I the Mads Kristensen’s way at first, but got the damn problem with my rss output page(http://knay.net/ylog/rss.aspx).

then i came here via google. i tried your solution based on Blowery. till now,it works fine!

thanks again~</description>
		<content:encoded><![CDATA[<p>thanks for your excellent work. i tried I the Mads Kristensen’s way at first, but got the damn problem with my rss output page(http://knay.net/ylog/rss.aspx).</p>
<p>then i came here via google. i tried your solution based on Blowery. till now,it works fine!</p>
<p>thanks again~</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Maven</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-120</link>
		<author>Maven</author>
		<pubDate>Thu, 21 Jun 2007 03:40:21 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-120</guid>
					<description>No luck when i am trying it with ASP.NET 2.0 AJAX.</description>
		<content:encoded><![CDATA[<p>No luck when i am trying it with ASP.NET 2.0 AJAX.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Daniel Nøhr</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-121</link>
		<author>Daniel Nøhr</author>
		<pubDate>Sun, 24 Jun 2007 17:51:34 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-121</guid>
					<description>Thanks for your article, great to read about this compression.

But I did also find the javascript problem automatic generated from asp.net, I did recompile the solution and excluded the "WebResource.axd" file, but with no luck, my treeview did still make errors, so I did try excluce ScriptResource, and that did resolve my problem, so if some of you will get this error, try exclude the automatic asp.net file, ScriptResource.axd.

Im currently using this compression on my personal blog, &lt;a href="http://dnohr.dk" title="Daniel Nøhr" rel="nofollow"&gt;dnohr.dk&lt;/a&gt;, and my flash game portal projek &lt;a href="http://grinern.dk" title="Flash spil" rel="nofollow"&gt;Grinern.dk&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for your article, great to read about this compression.</p>
<p>But I did also find the javascript problem automatic generated from asp.net, I did recompile the solution and excluded the &#8220;WebResource.axd&#8221; file, but with no luck, my treeview did still make errors, so I did try excluce ScriptResource, and that did resolve my problem, so if some of you will get this error, try exclude the automatic asp.net file, ScriptResource.axd.</p>
<p>Im currently using this compression on my personal blog, <a href="http://dnohr.dk" title="Daniel Nøhr" rel="nofollow">dnohr.dk</a>, and my flash game portal projek <a href="http://grinern.dk" title="Flash spil" rel="nofollow">Grinern.dk</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Miron</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-142</link>
		<author>Miron</author>
		<pubDate>Sat, 22 Sep 2007 00:07:59 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-142</guid>
					<description>WebResource.axd files are not small, and compress them (and save in the cache) will really improve site performance.
I posted in my blog complete module to compress pages,
js,cs and WebResource.axd file.</description>
		<content:encoded><![CDATA[<p>WebResource.axd files are not small, and compress them (and save in the cache) will really improve site performance.<br />
I posted in my blog complete module to compress pages,<br />
js,cs and WebResource.axd file.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Harsh Trivedi</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-145</link>
		<author>Harsh Trivedi</author>
		<pubDate>Thu, 04 Oct 2007 11:57:37 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-145</guid>
					<description>Hi,
I have implemented the new dlls for the .net 2.0 from http://www.blowery.org/code/httpcompress_6_net2_binary.zip.

My treeview did makes the error and it is not working correctly.

except this, it is working really good.

Can any one help me out, why the tree view is not working when i am adding these dlls to my project?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have implemented the new dlls for the .net 2.0 from <a href="http://www.blowery.org/code/httpcompress_6_net2_binary.zip." rel="nofollow">http://www.blowery.org/code/httpcompress_6_net2_binary.zip.</a></p>
<p>My treeview did makes the error and it is not working correctly.</p>
<p>except this, it is working really good.</p>
<p>Can any one help me out, why the tree view is not working when i am adding these dlls to my project?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Harsh Trivedi</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-146</link>
		<author>Harsh Trivedi</author>
		<pubDate>Thu, 04 Oct 2007 12:14:12 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-146</guid>
					<description>This Works...........................!!!!!!!!!!!!!

  
    
      
        
        
      
      
         	
            	
            	
        	
      
    
  </description>
		<content:encoded><![CDATA[<p>This Works&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;!!!!!!!!!!!!!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Harsh Trivedi</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-147</link>
		<author>Harsh Trivedi</author>
		<pubDate>Thu, 04 Oct 2007 12:15:15 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-147</guid>
					<description>blowery.web
httpCompress preferredAlgorithm="deflate" compressionLevel="high"
     excludedMimeTypes
       add type="image/jpeg"
        add type="image/gif"
      excludedMimeTypes
     excludedPaths
         	add path="WebResource.axd"
            	add path="ebResource.axd"
            	add path="ScriptResource.axd"
        	add path="NoCompress.aspx"
      excludedPaths
 httpCompress
 blowery.web</description>
		<content:encoded><![CDATA[<p>blowery.web<br />
httpCompress preferredAlgorithm=&#8221;deflate&#8221; compressionLevel=&#8221;high&#8221;<br />
     excludedMimeTypes<br />
       add type=&#8221;image/jpeg&#8221;<br />
        add type=&#8221;image/gif&#8221;<br />
      excludedMimeTypes<br />
     excludedPaths<br />
         	add path=&#8221;WebResource.axd&#8221;<br />
            	add path=&#8221;ebResource.axd&#8221;<br />
            	add path=&#8221;ScriptResource.axd&#8221;<br />
        	add path=&#8221;NoCompress.aspx&#8221;<br />
      excludedPaths<br />
 httpCompress<br />
 blowery.web</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Debbie F</title>
		<link>http://pohee.com/it/http-compression-in-aspnet-20/#comment-155</link>
		<author>Debbie F</author>
		<pubDate>Fri, 09 Nov 2007 18:39:32 +0000</pubDate>
		<guid>http://pohee.com/it/http-compression-in-aspnet-20/#comment-155</guid>
					<description>Ok, I must be missing something still.  I've got the new dlls (made the change to source code in httpcompress.cs as described), added all the appropriate sections to web.config but still get a blank page when compression is turned on.  

Here's my web.config definitions:
&#60;sectionGroup name="blowery.web"&#62;
      &#60;section name="httpCompress" type="blowery.Web.HttpCompress.SectionHandler, blowery.Web.HttpCompress"/&#62;
    &#60;/sectionGroup&#62;

&#60;httpModules&#62;
      &#60;add name="CompressionModule" type="blowery.Web.HttpCompress.HttpModule, blowery.web.HttpCompress"/&#62;
&#60;/httpModules&#62;

 &#60;blowery.web&#62;
    &#60;httpCompress preferredAlgorithm="deflate" compressionLevel="high"&#62;
      &#60;excludedMimeTypes&#62;
        &#60;add type="image/png" /&#62;
        &#60;add type="image/jpeg" /&#62;
        &#60;add type="image/gif" /&#62;
        &#60;add type="application/zip" /&#62;
        &#60;add type="application/x-zip-compressed" /&#62;
        &#60;add type="application/x-gzip-compressed" /&#62;
        &#60;add type="application/x-compressed" /&#62;
        &#60;add type="application/octet-stream" /&#62;
        &#60;add type="application/pdf" /&#62;
      &#60;/excludedMimeTypes&#62;
      &#60;excludedPaths&#62;
        &#60;add path="WebResource.axd"/&#62;
        &#60;add path="ScriptResource.axd"/&#62;
      &#60;/excludedPaths&#62;
    &#60;/httpCompress&#62;
  &#60;/blowery.web&#62;

Can anyone help me figure out is configured incorrectly?  I'm migrating a 1.1 project to 2.0 where the older version of blowery worked great.  I just can't get it working in 2.0 version.</description>
		<content:encoded><![CDATA[<p>Ok, I must be missing something still.  I&#8217;ve got the new dlls (made the change to source code in httpcompress.cs as described), added all the appropriate sections to web.config but still get a blank page when compression is turned on.  </p>
<p>Here&#8217;s my web.config definitions:<br />
&lt;sectionGroup name=&#8221;blowery.web&#8221;&gt;<br />
      &lt;section name=&#8221;httpCompress&#8221; type=&#8221;blowery.Web.HttpCompress.SectionHandler, blowery.Web.HttpCompress&#8221;/&gt;<br />
    &lt;/sectionGroup&gt;</p>
<p>&lt;httpModules&gt;<br />
      &lt;add name=&#8221;CompressionModule&#8221; type=&#8221;blowery.Web.HttpCompress.HttpModule, blowery.web.HttpCompress&#8221;/&gt;<br />
&lt;/httpModules&gt;</p>
<p> &lt;blowery.web&gt;<br />
    &lt;httpCompress preferredAlgorithm=&#8221;deflate&#8221; compressionLevel=&#8221;high&#8221;&gt;<br />
      &lt;excludedMimeTypes&gt;<br />
        &lt;add type=&#8221;image/png&#8221; /&gt;<br />
        &lt;add type=&#8221;image/jpeg&#8221; /&gt;<br />
        &lt;add type=&#8221;image/gif&#8221; /&gt;<br />
        &lt;add type=&#8221;application/zip&#8221; /&gt;<br />
        &lt;add type=&#8221;application/x-zip-compressed&#8221; /&gt;<br />
        &lt;add type=&#8221;application/x-gzip-compressed&#8221; /&gt;<br />
        &lt;add type=&#8221;application/x-compressed&#8221; /&gt;<br />
        &lt;add type=&#8221;application/octet-stream&#8221; /&gt;<br />
        &lt;add type=&#8221;application/pdf&#8221; /&gt;<br />
      &lt;/excludedMimeTypes&gt;<br />
      &lt;excludedPaths&gt;<br />
        &lt;add path=&#8221;WebResource.axd&#8221;/&gt;<br />
        &lt;add path=&#8221;ScriptResource.axd&#8221;/&gt;<br />
      &lt;/excludedPaths&gt;<br />
    &lt;/httpCompress&gt;<br />
  &lt;/blowery.web&gt;</p>
<p>Can anyone help me figure out is configured incorrectly?  I&#8217;m migrating a 1.1 project to 2.0 where the older version of blowery worked great.  I just can&#8217;t get it working in 2.0 version.</p>
]]></content:encoded>
				</item>
</channel>
</rss>

