45 pts.
 User rights administration
How can i Assign diffrenet rights to different users. For example, My system have 2 types of users Internal and External. And i have to give View and Print rights to External users and Add,View,Update,Delete,View and Print rights to Internal users. I am using .net 2.0 and working with windows application.

Software/Hardware used:
ASKED: February 25, 2009  4:31 AM
UPDATED: March 4, 2009  10:09 AM

Answer Wiki:
For this application, you can use a system or Active Directory group. Add internal users to a certain group, and have the .net application check for that group. Then give them the extra priviledges. By default you can only give the View and Print priviledges to every user so you don't have to maintain two groups of users.
Last Wiki Answer Submitted:  February 25, 2009  6:51 pm  by  mshen   27,310 pts.
All Answer Wiki Contributors:  mshen   27,310 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Are these network shares you are trying to give rights to? Or web pages? What is it exactly you are assigning rights for? Thanks.

 56,975 pts.

 

Please specify whether you are talking about rights on a single computer or a network with remote users. Also explain your setup a bit better.

 130 pts.