Cheking user status in a windows group from an asp
I have an ASP page and there are two buttons on that page 'Student' and 'Teacher'.Also I have two user groups Student and Teacher.I am getting the login id of the person visiting the page through challenge response.Now I want to check whether the login id belongs to Teacher group, then only 'Teacher' button should be diplayed.So how to check in an asp page whether the loginid belongs to a particular user group.
Please help.Thanks.
|