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
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/