I created MVC web app using ASP.NET 4.5 Templates. In Web.config, I changed the SQL Connection string to point my existing SQL Server database.
I run the project and created necessary tables into my SQL Server Database. I also create a new user.
My first questions is how to create a user role? And my Second question is how to use “Roles” to give respected permission to my user to access only certain part of my app?
Kind Regards,