Role-based authentication from active directory

  • Thread starter Thread starter Biranchi Narayan Panda
  • Start date Start date
B

Biranchi Narayan Panda

Hello,

I want certain pages of my website visible only to a particular role in the
network (Active Directory)

How do I check for authentication from active directory (role-based)

Eg-- I want the only managers in the active directory to access a particular
page.

Please provide me some code by which I can achieve this.

Thanks
 
Hello,

I want certain pages of my website visible only to a particular role in the
network (Active Directory)

How do I check for authentication from active directory (role-based)

Eg-- I want the only managers in the active directory to access a particular
page.

Please provide me some code by which I can achieve this.

Thanks

Please read more here:

http://msdn.microsoft.com/en-us/library/ms998358.aspx
http://msdn.microsoft.com/en-us/library/ms998314.aspx

You can also check this post
http://weblogs.asp.net/scottgu/page...ng-Windows-Authentication-and-SQL-Server.aspx
 
Back
Top