Author: JaneWilliams | Posted on: 9/23/2008 9:19:05 AM | Views : 1056

Hi, I'm a beginner to ASP.NET (using VB), so my apologies if some of this is stupid.

I'm writing an ASP.NET site for our intranet, using VB. We've decided on using Active Directory and Windows authentication as a general principle, then tables internal to each app for more detailed things.

So, the app I'm working on has a few roles set up for things like Admin level access, and other things that require access to more folders and facilities, but most access is along the lines of "any authenticated user on the site can do that". No specific role.

Within the app, I need some tables to store specific information about some of these users: group them into departments, teams, and so on. This has to be done outside Active Directory. Clearly, one column in these tables will hold an Active Directory username.

I want to write the maintenance screen for these tables. I need to be able to insert a new username into them. As part of ...

Go to the complete details ...