G
Guest
I neeed to write a Windows Service that have to access files on a server in
our network (without domain).
-Our network have NO domain.
-Service run on a win 2003 Server (SERVER_A)
-Files are in a Win 2000 server (SERVER_B)
I have to read and write files in SERVER_B with a specific user (Ex.:
SERVER_B\Jonh) and password (Ex.: 1234) ho can i do that?
I have tried LogonUser API (advapi32.dll) but don't resolve my problem.
Thanks
Ste.
our network (without domain).
-Our network have NO domain.
-Service run on a win 2003 Server (SERVER_A)
-Files are in a Win 2000 server (SERVER_B)
I have to read and write files in SERVER_B with a specific user (Ex.:
SERVER_B\Jonh) and password (Ex.: 1234) ho can i do that?
I have tried LogonUser API (advapi32.dll) but don't resolve my problem.
Thanks
Ste.