Hello, We were really hoping to use the PageBlaster as a compression alternative to Blowery after we simply gave up with exclusions as we could never get it to work with WebResource.axd, Ajax, etc. So we were pretty excited to test this out before buying, however, we are getting some very ugly results. 1. First time we go to a page, it often comes back as blank with just HTML and BODY tags. We checked the /cache folder and there is a file there
2. If we refresh, the page MAY return with our actual HTML but it will have no styles rendered at all...as if all our style sheets were completely missed (they are simply css files in another folder) In the web.config of a dasblog application, we placed the HttpModule after the dasblog rewriting: < < < < addname="PageBlaster"type="Snapsis.HttpModules.PageBlaster.PageBlasterModule, Snapsis.HttpModules.PageBlaster" /> |