How do you set the startup page for debugging in an ASP.NET MVC application?

后端 未结 6 1924
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 21:47

How do you start debugging the application at the application root? For example: http://localhost:49742/

I\'m always getting a page which doesn\'t e

6条回答
  •  野性不改
    2020-11-29 22:28

    This works for me under Specific Page for MVC:

    /Home/Index
    

    Update: Currently, I just use a forward slash in the "Specific Page" textbox, and it takes me to the home page as defined in the routing:

    /
    

提交回复
热议问题