I am trying to get things working at webhost4life with limited success - still working on it.
1) Make sure you have the beta MVC .dll references set to copy-local (i.e. most shared hosts won't have the beta MVC bits in the GAC)
2) Trying to get the local SQL Express database to work (don't think they have SQL Express on the shared boxes), or looking for a script to generate the tables on a shared instance of SQL Server 2008 (or 2005 if necessary). There is a lot of helpful stuff in the DB project, just trying to separate out what is needed. This is harder to do when you aren't sa/dbo on the database and don't have access to the system tables. It'd be nice if there was one script that would generate the tables and insert the seed/lookup data that would run inside a single database that you had dbo rights on.