I have an old MVC2 application that seems to only work for one Controller. Trying to use the other Controllers, I get a 404 error.
What is weird is the global.asax.cs looks like it is the original default route, and commenting it out I get a 404 for the route that was working.