MVC 4 Area Routing is not working

后端 未结 6 1595
伪装坚强ぢ
伪装坚强ぢ 2021-02-14 08:09

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:14

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

提交回复
热议问题