I am working on an MVC project with ASP.NET. This is my first project. I have designed pages specifically for the admin user, and I want only the admin user to have access to these pages.
I have not been able to integrate the Identity feature into my project using my existing tables.
On the database side, I have three tables: users, roles, and passwords. I could not integrate the Identity feature into my project using these tables.
Is there a way to add the Identity feature to my project without modifying the existing tables in the database?
I watched a few videos on YouTube, but in all of them, new tables are created on the database side. I don’t want to add new tables.
umut günenç is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.