I have an ASP page intranet application hosted on IIS in a Windows xp. I need to provide restricted access to various portions of the site based on the user's username/password. I do not want the users to have a separate username/password for the site, but to use his/her existing Windows username/password for access.
Is there a way to capture the Windows username/password and provide site access based on this? Is there a way of providing such access using Active Directory concept.
Is there a way to capture the Windows username/password and provide site access based on this? Is there a way of providing such access using Active Directory concept.
Comment