We are about to implement new practices for our mvc web applications and although all our larger projects end up on SQL Server when live, most start life during development on SQLite or SQL Express (depending on the dev). I want to streamline the dev to live cycle and for that reason I would like to ditch SQLite and choose either SQL CE 4.0 or SQL Express as our starting point. I am wary of SQL CE due to the fact that it is not designed for ASP.NET projects (apparently) but then Orchard defaults to using SQL CE 4.0.
CE is very simple to bootstrap with new projects but should it be used for web projects (small and dev ones)? There are other DBType limitations too, but does anyone have any other experience with CE 4, good or bad?
Thanks for your thoughts on this.