I have an asp.net application and a login table with fields username,password,role,emailid etc. which is being used for Login purposes in the application. When I created the application I had no idea of membership in ASP.NET.(being a beginner)
Can I map this table to the ASP.NET Membership code without changing the original login table, Because the same table is updated in forgot password functionality also.
My application will also become secured when Membership code is implemented.