Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...compression utility + DNN 4.3.4compression utility + DNN 4.3.4
Previous
 
Next
New Post
8/17/2006 1:29 PM
 

Hello

Has anybody managed to get the Blowery compression utility working with DNN 4.3.4?

 

Thanks


www.seemalta.net
 
New Post
8/17/2006 2:39 PM
 

 

Yes, I have.  Is there a particular problem you are having with it?

As an alternative, if you want http compression and dynamic page caching then check out the pageBlaster.


DotNetNuke Modules from Snapsis.com
 
New Post
8/17/2006 5:23 PM
 

Hello John

Thanks for the reply I have tried Pageblaster and I also got a web config error:

 

PAGEPLASTER ERROR:

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized configuration section snapsis.

Source Error:


Line 171:  </system.web>
Line 172:  <!-- snapsis page blaster -->
Line 173:  <snapsis>
Line 174:<pageBlaster
Line 175:    page-param="tabid" 
 

Source File: web.config    Line: 173

**********************************

 

BLOWERY ERROR:

Parser Error Message: Unrecognized configuration section blowery.web.

Source Error:


Line 172:  <!-- blowery compression -->
Line 173: 
Line 174:  <blowery.web>
Line 175:<httpCompress preferredAlgorithm="deflate" compressionLevel="high">
Line 176:    <excludedMimeTypes>

*********************************

 

How did you get your to work, where exactly did you put the coding?

Thanks


www.seemalta.net
 
New Post
8/17/2006 6:13 PM
 

The pageBlaster config does not go in the web.config file, all you need is the httpModules entry:

<add name="PageBlaster" type="Snapsis.HttpModules.PageBlaster.PageBlasterModule, Snapsis.HttpModules.PageBlaster" />

That is all you need in web.config, the Snapsis.pageBlaster.Config file is a seperate file that can be modified so that your app does not have to restart when changes are made.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

For Blowery Compression, it has 3 sections that you add to the web.config file (the section definition, the httpmodule entry and the blowery Config section:

You are probably missing this part at the top of your web.config:

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

Then the httpModule:

<add name="CompressionModule" type="blowery.Web.HttpCompress.HttpModule, blowery.web.HttpCompress"/>

And finally the Config section:

<blowery.web>
       <httpCompress preferredAlgorithm="gzip" compressionLevel="high">
          <excludedMimeTypes>
             <add type="image/png" />
             <add type="image/jpeg" />
             <add type="image/gif" />
             <add type="application/zip" />
             <add type="application/x-zip-compressed" />
             <add type="application/x-gzip-compressed" />
             <add type="application/x-compressed" />
             <add type="application/octet-stream" />
             <add type="application/pdf" />
          </excludedMimeTypes>
          <excludedPaths>
             <add path="ebresource.axd"/>
          </excludedPaths>
       </httpCompress>
    </blowery.web>


DotNetNuke Modules from Snapsis.com
 
New Post
8/17/2006 6:51 PM
 

Hello John

Thanks for getting back to me with your detailed reply. It is a great help. You are right I did miss off the top part of Blowery utility. I don't know how I overlooked it. I feel a bit silly now.

I have put the code into my web config file and I now have Blowery installed without error.  

Thanks again.

 

Regards

Lynn


www.seemalta.net
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...compression utility + DNN 4.3.4compression utility + DNN 4.3.4


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out