I am following this tutorial for Mvc 3.

I did not have SQL Server Compact Edition and so I used the SQL Server Express I had on my machine. I created a database called Movies.

At this point I am unsure as how the tables are going to get created. Is this going to be MVC Magic? I keep getting an error stating that the dbo.Movies table does not exist.

I also do not know how exactly does one debug an MVC App?