I have dynamic data website, there are 3 Roles: Admin, Data Entry and User. I want it that User can only view, Data Entry can Add/View and Admin can Add/Edit/View.
The user will have his/her authentication in Session["user"] and his authority is stored in db.
I am not getting a way , I don't want to try C# bits it too complex neither I want to use forms authentication.
I want a simple solution.
I am using C# and ASP.Net VS 2010