Hi all,
I am making one client / server application. My server runs on all workstations in a domain, controlled by a domain controller. My client program runs from other computer and contacts the server. To authenticate the client, my server program will accept the username and password from the client and authenticates with the domain controller. I have tried using LogonUser, but not working out. please help me out. I have got stucked with this stage.