I need to create users and roles in ASP.NET. Is it still possible to create them with the ASP.NET web configuration tool mentioned below?
I have visual studio ultimate 2013 and I am using the winforms template. Is it possible to keep the Facebook login and enable roles for certain local users (users who register with a email, username, and password and do not use facebook or AD login) without removing the facebook login? Where should I start from? I only want to enable roles for local users or users who register with a email, username, and password.