Hello,
I've came upon this page http://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider and
I am curious if I can create table completely new then what is given in the tutorial.
For example , I wish to make a registration page to have FirstName, LastName, BirthDate, Password and UserName and so that the database table have those fields as well so that when user registers he fills those fields. But in the tutorial they presented
a create table query that have all those rows in table like EmailConfirmed, SecurityStamp, LockoutEnabled etc. which are kind of the same tables as for default app database you get once you first time launch default application and register user.
I am wondering can ...
Go to the complete details ...