Posted on: 7/30/2012 9:16:13 PM | Views : 1125

I'm using ActiveDirectory to initiate a login to my web application.  Once they have logged in, I need to do a secondary database looking to (test.db) to find out what kind of rights they need inside the application.  I'm just using AD for authentication.  How could I do a "Global" decleration of their "rights" to be used on any page?  Also, how would I initiate the look-up of their rights once they finish loggin into the application?  I'm using a Default Web Application from Visual Studio 2010.
...

Go to the complete details ...