Multiple Controllers with one Name in ASP.NET MVC 2
问题 I receive the following error when trying to run my ASP.NET MVC application: The request for 'Account' has found the following matching controllers: uqs.Controllers.Admin.AccountController MvcApplication1.Controllers.AccountController I searched the project for MvcApplication1.Controllers.AccountController to remove it, but I can't find a match. I try to registered a route to fix it: routes.MapRoute( "LogAccount", // Route name "{controller}/{action}/{id}", // URL with parameters new {