Bind to LDAP using System.DirectoryServices

Main: 123456789101112131415161718192021222324252627282930313233343536373839404142try {     // TODO: Add code here to start your service.     WriteToFile("Auth Test started at " + System.DateTime.Now.ToString("yyyy-MM-dd hh:MM:ss"));     WriteToFile("====================================");     #region …