I have an ASP MVC application that uses SQL Express Query and Forms Authentication. The server I use does not have enough memory to quickly start SQL Server, and I was thinking of switching to SQLite instead.
Can I simply migrate an existing aspnetdb database from SQL Server to SQLite so that all my user accounts are saved?
source
share