Can I generate asp.net MVC 4 individual login for a database which I already have (tables which use to login are same). Since mvc 4 create their own database for login purpose.
I have created a asp.NET mvc project with single authentication.
When I use that method it will generate database (.mdf) file for it(user registration and login purpose).
What I want is that instead of using auto generated database, I want the application to use my own database with user login auto generated parts.