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