Hi Somesh, The Free PageBlaster is not a DNN module. Included in the package is a readme.text that explains how to install. +++++ This module will work on any ASP.Net (1.1 & 2.0) website.
Do not attempt to install it through the DotNetNuke Installer if you are running DNN.
The install for this module can be completed in three easy steps:
1. Unzip the downloaded file and copy the /bin folder contents to the /bin folder of your website. 2. If this is a new install, copy the Snapsis.PageBlaster.config file to the root of your site and change the settings if needed.
All settings are defined in the Snapsis.PageBlaster.config file.
For upgrades, please read the release notes to see if the config file needs any changes from your original. 3. Add the following line to the section of your web.config file
This entry should be directly after the UrlRewrite Module in DNN like below:
< httpModules>
< add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke"/>
< add name="PageBlaster" type="Snapsis.HttpModules.PageBlaster.PageBlasterModule, Snapsis.HttpModules.PageBlaster" />
Also, if you are using this module in DNN then you should remove the DNN compression module that was introduced in DNN 4.4.0
Remove the following line from web.config:
< add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression"/> |