Hello!
Perhaps a dumb/newbie question but still - just how do I get the rewrite module to display already rewritten URI in browser status eg. when you go over the link, in the status bar (bottom of the browser) to display rewritten URL - not just after the URL has been visited already and rewritten after that - I mean I see this all the time on your pages too - I somewhat doubt that you have modified all your .NET code to output manually rewritten links - or did you?
I know to have this effect in some test scenarios with ISAPI_REWRITE - it did that with using rewrite maps in both directions (rewrite/redirect) and the mouse-over-links got rewritten before I actually clicked one.
So my question - is this doable with new (and extremely great) URL Rewrite engine for IIS? Or am I to go modify the ASP code to output the actual rewritten links and then just apply the rules to redirect? OR am I missing something very obvious (like I already did in the past *LOL*)?
Thank you in advance for answer/suggestions!