ASP.NET MVC - Switching from SQL Server Express to Compact Edition - Connection Issue
问题 I have a ASP.NET MVC 4 project - CodeFirst with Entity Framework - that was connected to a SQL Server Express database generated by EF and it was working just fine. However, I am trying to deploy to AppHarbor and having some issues with the version of SQL running there connecting with my app. So, I noticed that they have an example project that is utilizing SQL Server Compact Edition 4. Here is the web.config file for that project: https://github.com/friism/CodeFirstMigrations/blob/master/Web