Some random observations as I explore the recent ASP.NET MVC beta.
1) As of October 26 the downloadable projects for the ASP.NET MVC demos were written for a version prior to the beta and will not run under the beta versions of ASP.NET MVC. Best bet is to create your own projects and type the code in yourself.
2) If you ever accidently set a view as the start page clear it by setting the start action in the project property page titled "Web" to Specific Page with an empty value. Otherwise the routing rules do not work.
