Multiple types were found that match the controller named ‘Home’
Here is another scenario where you might confront this error. If you rename your project so that the file name of the assembly changes, it’s possible for you to have two versions of your ASP.NET assembly, which will reproduce this error. The solution is to go to your bin folder and delete the old dlls. … Read more