Hi Guys,
I am extremely new to ASP.net using C# the task i have at hand is as follows:
Page Load Tasks
Ensure that the LDAP is online first and if it is not provide the user with a message plus send a outlook mail to the administrator. Once the LDAP is online i would proceed to step 2.
Get all the users from a particular group and store there details in a cookie
User Button Click Tasks
- Verify that the user details against the active directory details stored in the cookie.
I am looking for a tutorial or video which would assist me to achieve this taks