Ok, I went to their site and had a look at the menu and it seems like they are using an Ajax handler which may not be getting excluded properly. Look for a line like this in the Snapsis.PageBlaster.config file:
path pattern="(\.asmx|\.axd|\.ashx|rss|fck|admin|install|thumb|wizard|cart)" excludeFrom="All" Make sure that it has .ashxand not .asxh I had a typo in one of the config files I released. |