Hi guys,
I want to implement user role-based security into my application. My user information is stored in a SQL db.
I need to restrict users from accessing particular modules depend on their own settings.
E.g. User are allowed to access the billind module but not the receipt. Users are allowed to access the client module but can't edit/delete information based on their security level settings.
I just wanna know if there is some feasible solution out there in .Net framework to achieve this.(Demo projects, sample codes etc.)
I saw some articles on the net on User-Role based security, but I don't think its applicable for my case.
Thanking in advance.
I want to implement user role-based security into my application. My user information is stored in a SQL db.
I need to restrict users from accessing particular modules depend on their own settings.
E.g. User are allowed to access the billind module but not the receipt. Users are allowed to access the client module but can't edit/delete information based on their security level settings.
I just wanna know if there is some feasible solution out there in .Net framework to achieve this.(Demo projects, sample codes etc.)
I saw some articles on the net on User-Role based security, but I don't think its applicable for my case.
Thanking in advance.