Hi,
I want to create a window-form application, which have a login form by using it anyone can login into my application.
But username & password will be system username & password eg: my system login info : username-selvam & password-admin123.
If I type username-selvam and password-admin123 in my application, how my application will authenticate this with my system credentials.
How can I implement this? Is this possible?
Kindly let me know.!
Regards,
Selvam S
Loading
Kevin DavisPosted Jun 24, 2011, 6:33 PM
If you're looking to use Active Directory to authenticate your program, that's a BAD IDEA to use the same credentials to keep your program information safe. Anyone having your username and password would then have access to your program as well. Just my opinion....
Read this post, the answer to your questions:
http://www.vbdotnetheaven.com/UploadFile/ankithakur/Login_Using_Active_Directory11172006011336AM/Login_Using_Active_Directory.aspx