I would like to use the built-in membership / authentication system that is included by default in Visual Studio when creating a new asp.net web application.
My question is I have a user table... UserID, FirstName, LastName, etc. with company info that I want to use. How do I go about linking this table to the new registration I created?
Suppose I created a new registration. Now where is the login and password data being stored?
Can anyone point me in the right direction?