Form Authentication with sqlite

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?

+3
source share

Source: https://habr.com/ru/post/1734890/


All Articles