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?
http://blogs.msdn.com/b/webdev/archive/2013/08/19/asp-net-web-configuration-tool-missing-in-visual-studio-2013.aspx?PageIndex=2#comments
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.
Go to the complete details ...