I am currently authenticating my users based upon a check to see if their details exist in a database table. How do you authenticate users based upon their Windows login?
You can use the Provider Model, specifically the Membership Provider Model, with the System.Web.Security.ActiveDirectoryMembershipProvider class. Here are a few references:
>I am currently authenticating my users based upon a check to see if > their details exist in a database table. How do you authenticate users > based upon their Windows login?