How to do a Blowery Compression? (DotNetNuke® and Http Compression)
  retweet   

Steps for Blowery Compression:

Note: You must disable this feature whenever attempting a DotNetNuke upgrade.

  1. Download the library from blowery.org (Binary Only). We use the latest build.
  2. Open the zip file and copy the binary .dll files from the Module folder into your Bin folder on your DotNetNuke installation.
  3. Add the following code snippets to your web.config :

    Within <configSections> add -

    <sectionGroup name="blowery.web">
             <section name="httpCompress"  type="blowery.Web.HttpCompress.SectionHandler, blowery.Web.HttpCompress"/>

    </sectionGroup>

    Within <configuration> add -

    <blowery.web>
       

       
    <httpCompress preferredAlgorithm="deflate" compressionLevel="high">
           
    <excludedMimeTypes>
               
    <add type="image/jpeg"/>
               
    <add type="image/gif"/> 
           
    </excludedMimeTypes>
           
    <excludedPaths>
               
    <add path="NoCompress.aspx"/> 
           
    </excludedPaths> 
       
    </httpCompress>
    </blowery.web>

    Within<httpModules>add -

    <add

  4. name ="CompressionModule"

  5. type =

  6. "blowery.Web.HttpCompress.HttpModule, blowery.web.HttpCompress" />

  7. Save the web.config and test out the compression

www.dnncreative.com




Comments

Guest Very good!
@ Sunday, October 08, 2006 8:41 PM by Guest
http://www.bestepokerboni.com/ Once I had installed the compression module, I was getting some javascript errors which were related to ScriptResource.axd. To fix this I added it to the excludedPaths section the blowery.web config section..Please help me..
@ Friday, March 05, 2010 12:35 AM by http://www.bestepokerboni.com/
http://www.bestepokerboni.com/ Once I had installed the compression module, I was getting some javascript errors which were related to ScriptResource.axd. To fix this I added it to the excludedPaths section the blowery.web config section.I am also impressed by this blog beacause this contain a lot of useful information..So.. .Please help me..
@ Friday, March 05, 2010 6:17 AM by http://www.bestepokerboni.com/
Traslochi Hi I really appreciate all the great content you have here. I am glad I cam across it!
@ Wednesday, August 18, 2010 8:32 AM by Traslochi


Leave a comment

Name (required)

Email (required)

Website

CAPTCHA image
Enter the code shown above: