Hi John, thanks for answering. I'm testing the free module: my replacement rule does work very well on output, but I'm a bit confused about what the pageblaster module would do. I mean...what I meant was exposing a friendly-url with a custom name, and have all request for that url redirected to a real tabid. I can do this with a RewriterRule in siteurls.config, writing a rule such as LookFor .*/myfriendlyurl.aspx(.*) SendTo ~/default.aspx?tabid=12 where "myfriendlyurl.aspx" does not map to an existing page, but whenever I call that url I am redirected to the specified tabid. So I have to define both a rewriterule in siteurls and a replacement url for pageblaster, to have it all working (the replacement to output "myfriendlyurl.aspx" instead of the complete url, and the rewrite to handle requests) am I right? And does the pageblaster module do all of this, that is does it allow me to configure both rewrite and replacement rules from a browser? Just two more questions ;-) I unsuccessfully tried downloading source code for the free module from codeplex: isn't code available yet, or am I just doing something wrong with svn? Last: a problem with AJAX and pageblaster. I use some controls from ajaxcontroltoolkit (on DNN 4.8) in a module of mine, and all (partial) postbacks stop working if I enable pageblaster. I tried the exclusion rules I found in other posts here (such as pattern="\.asxh" or .axd), but with no result. The same apparently happens with my calls to clientapi. What should I do to let ajax work with pageblaster enabled?
Thank you so much,
al. |