The controller for path was not found or does not implement IController
问题 I have an MVC4 project with language selection: en nl fr de 1 main part with: About Common (for the menu) Contact Faq Home And 3 areas: Admin Customers Shop In each area I have at least one controller, for example in Admin I have the controller overview with the corresponding view folder overview which contains an index.aspx page. The home page and all the main pages (about, faq, etc.) work and can be visited). However, when I follow the url: localhost:xxxx/en/admin/overview I get the error: