Extending Identity Accounts and Implementing Role-Based Authentication in ASP.NET
I have seen several very complete code sample in C# but I am having hard time finding anything using Vb.
Ijust started a new project using Visual Studio 2013 with the Visual Basic Template ASP.NET Web Application out of the box it has the
has a IdentityModel.vb intalled with
Imports
Microsoft.AspNet.Identity.EntityFramework
ImportsMicrosoft.Owin.Security
Imports Go to the complete details ...