This might be more of an IIS question then a FB question; I'm used to Linux & Apache.
We just upgraded from FB 6 to FB 8. I didn't notice that, before the upgrade, FB lived at http://fogbugz.ourdomain.local/Fogbugz/, and the new version on the new server is at http://fogbugz.ourdomain.local/ (without the '/Fogubgz/').
I've already changed many static links that used to point to the old location, but there are a lot of links floating around that point to specific bugs, and when those are used, people are getting a 'Entry point not found' error. So far all I've managed to do is insert a javascript redirect into the 404 page :)
How do I make it so that any request to ttp://fogbugz.ourdomain.local/Fogbugz/ is redirected to http://fogbugz.ourdomain.local/, preserving all parameters?
Alec