All Forums >> [Scripting] >> ASP >> ASP form authentication and Active Directory Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I'm pretty new to ASP and I'm having a few issues. Here is the code I'm working with:
As you can see, it is a pretty standard Active Directory authentication function that sets a session variable on success and an error redirection on fail. The way in which I need to expand this code is to include an Active Directory Group membership challenge as well.
I'm pretty new at ASP, and to be honest I found most of this code snippet online to begin with and am re-using it for my purposes...anybody have any tips on how I can start to develop this more?