I have developed and tested my ASP.NET MVC application locally. After uploading I get an error: Provider 'System.Data.SqlServerCe.3.5' not installed Any ideas?
SQL Compact Edition is not installed in our servers. Did you already get a SQL addon? You should be able to restore the database onto that.
Is SQL mandatory for MVC apps? My client needs an ASP app for their ACCESSdb based application. Is it possible to get the MVC framework to work with a custom Data Access Layer (Model that uses MsAccessDb queries) while taking advantage of the MVC View, Control and Routing features?