Hi,
I am currently attempting to create a web application project in MS Visual Studio 2013 using VB.NET. This project is a Web Forms project with individual user accounts. I hope to use a MySQL database for the data and have the schema for ASP Identity set up
in the database, however, I have found a tutorial which explains exactly what would need to be done if one was using Visual C# for the development language however I cannot find a tutorial like this in VB.net. Here is the tutorial:
http://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider
Could anybody explain or provide examples of how one would set up a VB.NET pr ...
Go to the complete details ...