I have been trying to use sqlite for IdentityDbContext with no luck, I am using .net core in macosx. I wonder if it's actually possible or if there is any example out there tried to search google with no luck.
Asked
Active
Viewed 1,072 times
2
-
Any specific errors? Are you using the right provider? – Ali Jul 19 '16 at 12:48
1 Answers
1
There is this example available, done on Mac OS with Asp.Net Identity, Sqlite:
http://benfoster.io/blog/aspnet-core-multi-tenancy-data-isolation-with-entity-framework
It starts from a sample MVC application using identity framework with SQLServer and then the author changes it to work with Sqlite.

Rui Martins
- 126
- 3