User-1835835255 posted
I figured this one out. You have to go to ...
1) Create the User
2) go to ASPNetRoles table in database then create the role
ID | Name
1 Admin
3) Assign the role to the user in database
UserID | RoleID
[youruserid] 1
Voila, now you have created a role for a user.