I am getting the JavaScript error: WebForm_PostBackOptions is undefined When PageBlaster is enabled. Here are my rules: < excludePaths>
< path pattern="WebResource.axd" excludeFrom="All" />
< path pattern="[^\.css]\.axd" excludeFrom="All" />
< path pattern="(\.asmx|LinkClick|SiteMap|/admin/|/host/|\.ashx|rss|install|thumb|wizard|cart|404|fck)" excludeFrom="All" />
< path pattern="(\.gif|\.jpg|\.png|\.js)" excludeFrom="All" />
< path pattern="ctl.*?(edit|module|tab)" excludeFrom="All" />
< /excludePaths> I know that the WebForm_DoPostBackWithOptions is in the WebResource.axd file. I had that already excluded, but just for giggles I excluded it explicitly as you can see above. Forums posts all over suggest that this is a compression problem ,but if it is excluded here and the DNN compression is not enabled, why is this happening? It only happens when PageBlaster is enabled. [EDIT]
I forgot to add that this only happens in IE, and not FireFox. And yes, I have tried Shift Refresh as well as Ctrl F5.
[/EDIT] |