User-560223997 posted
Hello,
I am writing an application in ASP.NET MVC 3, which needs login from the user. I have programmed a simple login with username, password and three different roles (e.g. Admin, etc.). This has created a new database in my local computer.
However, I would like to do a custom login, i.e., use my database, with my table (that has a predefined name and has columns like username, hashed password and role). This database is used by another application which was not done by me. With this my application
doesn't need to have the functionality to create users and passwords, change passwords by users, etc.
Does anyone know where can I find a site (or whatever) where I can learn how to do my custom login?
Thank you.