I want to using identity technology in MVC 5 with custom table , but i don't know how to do it . For example, my [user] table is
id primary key identity(1,1),
username nvarchar(50),
password nvarchar(50),
email varchar(100),
address nvarchar(100)
.... some information
how i can do ? thank for any help !