Hello!
Is it possible to hijack the RawUrl property somehow, in order to change it?
Asp.net MVC internals have the horrible habit of using that, to craft some URLS (and not all, most annoyingly). This way they just ignore my calls to app.Context.RewritePath, which works most of the time...
Thanks...