I have several controllers one in the area
/Areas/Demo/Admin/AdminController
and others on the main site
/Controller/Admin/AdminController
Now we get the error
Multiple types were found that match the controller named 'Admin'.
How to solve the problem? It’s better if I can change something in the / Demo area, since I have to use the same areas on multiple sites.
source
share