Ok i’m baffled. I checked the web.config and no page blaster entry although i installed it at least 3 times over the last month. For fun i installed it again and checked the web.config. Everything looked fine: </p><p> </p><p><httpModules><br/>
      <addname="ScriptModule"type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/><br/>
      <!--<add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />--><br/>
      <addname="RequestFilter"type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules"/><br/>
      <addname="PageBlaster"type="Snapsis.HttpModules.PageBlaster.PageBlasterModule, Snapsis.HttpModules.PageBlaster"/><br/>
    <addname="UrlRewrite"type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules"/><br/>
      <addname="Exception"type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules"/><br/>
      <addname="UsersOnline"type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules"/><br/>
      <addname="DNNMembership"type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules"/><br/>
      <addname="Personalization"type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules"/><br/>
      <addname="DJUpload"type="DJ.Blog.FileUpload.UploadModule, FileUploadLibrary"/><br/>
    </httpModules></p><p> I then turned on debugging by wwwroot/DesktopModules/Snapsis/PageBlaster/Config/Default.config (the manual talks about Snapsis.PageBlaster.Config but this doesn’t exist does it?)
I checked the debug log and found a few entries
7/22/2008 10:41:22 AM : PB:PageBlasterModule.Init
Application Initialized : DomainId=4
7/22/2008 10:41:38 AM : PB:PageBlasterModule.Init
Application Initialized : DomainId=4
7/22/2008 10:42:19 AM : PB:PageBlasterModule.Dispose
Application shutting down : DomainId=4
I renamed the debug file so a new one would be generated however nothing came.
When i checked the DNN web.config the PageBlaster entry was gone!
So the first mystery is to figure out why/how the page blaster settings is being removed the web.config
Any ideas?
Thanks
Adam
|