We have application built on MSAccess 2007. We want to add a new user login concept for this application. I want to Authenticate user using Active Directory/Windows authenticati
In C#.Net use
Console.WriteLine("UserName: {0}", Environment.UserName);