MVC 3 - New Area - 404 error - Resource not found - have tried route debugger
问题 I have a small MVC 3 app - bit of a demo ground. I have one area and thats been working fine. I have just added another area expecting to just spin up the app and it work - but no, 404 - The resource cannot be found. The map route in the AreaRegistration is the default (as is the first area i created). public override void RegisterArea(AreaRegistrationContext context) { context.MapRoute( "Postcard_default", "Postcard/{controller}/{action}/{id}", new { action = "Index", id = UrlParameter