I installed a MVC app on one of the machines and it works great. With the same code base, when I install it on a different machine, I get the following error:
A route named "myroute" is already in the route collection.
Route names must be unique
This makes me want to say something is not correctly installed on the the second machine. Any clues on what may be installed incorrectly?