I was asking if you had the DNN3 site running normally before installing the PageBlaster. One thing I need to add to the instructions is to put the PageBlaster as the first HttpModule in the list. So your web.config should look something like this: <httpModules> <addname="PageBlaster" type="Snapsis.HttpModules.PageBlaster.PageBlasterModule, Snapsis.HttpModules.PageBlaster"/> <addname="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite"/> That wouldn't be the cause for your error though. Another thing you can try is putting the dll's from the install into the /bin directory of wwwroot. If that works, then your site is looking in it's parent website's /in folder. |