G
Guest
Hello,
Can someone help me in my C# program:
I am just trying to deal with files stored on the shared network server- to create, read and write operations.
If the user is authenticated from Windows Explorer with username, password there are no problems after to use "System.IO.File.Open(..)", but otherwise i have to authenticate the user programatically.
What is the best way to do Autentication on the network or Logon if I know the username and password on the network server?
Can someone help me in my C# program:
I am just trying to deal with files stored on the shared network server- to create, read and write operations.
If the user is authenticated from Windows Explorer with username, password there are no problems after to use "System.IO.File.Open(..)", but otherwise i have to authenticate the user programatically.
What is the best way to do Autentication on the network or Logon if I know the username and password on the network server?