role based security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have several web pages in my app and would like to restrict certain users
from accessing certain pages. Can you provide me any pointers on how to
implement a role based security so that a page is displayed only to a certain
role? TIA.
 
¤ Hi,
¤ I have several web pages in my app and would like to restrict certain users
¤ from accessing certain pages. Can you provide me any pointers on how to
¤ implement a role based security so that a page is displayed only to a certain
¤ role? TIA.

See the following:

http://support.microsoft.com/default.aspx?scid=kb;en-us;306238

If you're not using Forms based authentication, but either Basic or Integrated NT instead, you can
still programmatically check role (NT group) membership.

http://msdn.microsoft.com/library/d...incipalwindowsprincipalclassisinroletopic.asp


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top