I maintain several subversion development branches on my development pc and build box.
How do you guys deal with opening a solution on one branch and having IIS get configured to that location. Then opening the same solution / project in a different branch / location and get “IIS Url Already Mapped to Different Location” ?
<IISUrl>http://localhost/myapp</IISUrl>with<IISUrl>http://localhost.branch/myapp</IISUrl>in all my csproj files in the branch.