In MVC 1 in VS2008, you could right click the Default.aspx page and set as default page, then hit debug and land on the home view (even though Default.aspx was something else). In MVC2, Default.aspx isn't there, so how do you set the default document to be the home index default view?
I know it is set this way by default, but if you are stupid like me, you already right clicked something and incorrectly set it as the default page. :)