Hi all,
I have to create file share network folder,my code is:
Dim fs As New FileStream("\\<machine1>\Sharefolder\file.prm", FileMode.Create)
windows authorization have done before,and i have full control permission on that folder.
with this Code, i get this error :
Logon failure: unknown user name or bad password.
How can I do this ?
Thanx