HI All,

I'm using VS2010. I have created a Silverlight project and selected to use the MVC Framework. I also selected to create a test project. The Solution also generated TestPage.aspx and TestPage.html in the route.

I have added a data model and added a reference to this in my HomeController.cs Of the main project. How can I set my Index.aspx page in the Views\Home directory as the start up. simply right clicking and setting as startup isn't good enough as I get a 404 error.