I've just installed and configured my server (WS2008, IIS7) with version 2 of the URL Rewriting Module. I've setup a simple static redirect as follows
/contact >>> /pages/contact/default.aspx
So users of the site have a simple url to get to the original, longer file path. It works great and even post backs to the right place.
My question is regarding the mapping of this page, now that the URL has changed, when I go back to my local development version. I develop using VS 2008 and it's built in web server, alongside another developer with the same setup, using SVN as source control. Now as far as I know there is no way to configure URL rewriting for these instances. So other than changing all of the path names used in the project before we publish and release it (not a realistic solution), I don't see how we can continue to work in this way. Is a different development configuration the answer or are there solutions to this?
Thanks