How to set startup page for debugging in asp.net mvc aplication?
- by Ante
How to start debugging aplication at aplication root? (http://localhost%3A49742/) I'm always getting the page which doesn't exist like "http://localhost:49742/Views/Home/About.aspx" (it would be ok to start at "http://localhost:49742/Views/Home/About")