Thanks that fixed it. I copied the code you provided for moving viewstate from another thread and ignored the 2.2.4 default config file. I have another issue here with exclude path thing. Here is what I have for my pb config file: ========================= < excludePaths >
< path pattern="\?(?!tabid)" excludeFrom="All" />
< path pattern="(\.asmx|\.axd|\.asxh|rss|fck|admin|install|thumb|wizard|cart)" excludeFrom="All" />
< path pattern="ctl[/=](edit|module|tab)" excludeFrom="Replacements" />
< path pattern="/admin/|/host/|\.js|\.css" excludeFrom="Replacements" /> < /excludePaths > ========================= With this code the viewstate all works fine (at the bottom of all the pages of the site). But the resized images not showing. So I added this line:
(copied from the default 2.2.4 config), after this the images are showing ok but the home page's viewstate moved to the top of the page (the viewstate still on bottom for other pages). What exclude pattern should I use to get the home page's viewstate on bottom? Those *&^;!+ signs are really not something I am not good at... sorry about being too dumb about this. Thank you. |