When I start debugging my MVC web application, the URL in my address bar is the following:
http://localhost:#####/
And this calls the Home/Index route. Is there a way to have the Home/Index part included when I start debugging in the address bar like this:
http://localhost:#####/Home/Index
I don't quite understand why the address does not display the Home/Index part in the first place. Can someone clarify this?