07

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

Post Rating

Comments

Guest
2006年10月8日 20:41
Very good!
http://www.bestepokerboni.com/
2010年3月5日 0:35
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..
http://www.bestepokerboni.com/
2010年3月5日 6:17
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..
Traslochi
2010年8月18日 8:32
Hi I really appreciate all the great content you have here. I am glad I cam across it!

Post Comment

Name (required)

Email (required)

Website

CAPTCHA image
Enter the code shown above:

 
LatestArticles