I\'m using IIS 7.5 on Windows 7 RC. I use the IIS Url Rewrite module to rewrite URLs.
Everything seems to work fine, until I perform a postback by clicking a button. It
Add the appendQueryString="false" attribute to the action element of the rewrite rule as well.
Hope this helps.