I really like the IIS7 URL rewriting module and so far, it worked great for me.
There is one thing that I\'m not sure how to do: I would like to permanently redirec
You can write Custom Rewrite Provider to do any manipulation you want with the original url. But that involves more than regular expression only. More details here.