MVC 区域内默认控制器不能访问(Multiple types were found that match the controller named ‘Index')

异常处理汇总-后端系列 http://www.cnblogs.com/dunitian/p/4523006.html

错误信息

MVC 区域内默认控制器不能访问(Multiple types were found that match the controller named ‘Index')_第1张图片

 

和主页的默认控制器冲突了,修改下Areas里面的默认控制器就可以了

你可能感兴趣的:(MVC 区域内默认控制器不能访问(Multiple types were found that match the controller named ‘Index'))