MVC 4 Area Routing is not working

后端 未结 6 1017
误落风尘
误落风尘 2021-02-14 07:39

I created an empty MVC4 Application, all things are working fine, after that I add an Area to my Project Named \"Moderator\". My area routing code is like this:



        
6条回答
  •  时光取名叫无心
    2021-02-14 08:35

    Make sure that in project properties > Web > Start Action > if a specific page | action | url is defined, it does match with mapped routes.

提交回复
热议问题