How to Use AspNet.Identity core in My Sql database

前端 未结 4 1899
你的背包
你的背包 2021-02-06 07:17

I am developing one application using asp dot net core 2 using MySql database.Please help me How can i use Asp Net Identity in

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-06 07:41

    EDIT: At this point, .Net Core 2.0 doesn't support Identity with MySql, in a near future it may be supported again.

    __

    You need to plug Entity Framework with MySQL with Pomelo's connection and Identity should work. Check this out -> https://damienbod.com/2016/08/26/asp-net-core-1-0-with-mysql-and-entity-framework-core/

提交回复
热议问题