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

错误信息

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

 

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

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

相关文章:

  • 2021-07-24
  • 2021-12-02
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-10-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-03-07
  • 2021-06-21
  • 2022-02-22
相关资源
相似解决方案