P
P4trykx
Hello
I hace a code that opens a file on a windows share.
\\comp1\folder1\file.txt
Folder1 has full access for Everyone. I can open it from explorer on
my computer (my user isn't on set the server). However when I run this
code
FileStream file = new FileStream(serverFilePath, FileMode.Open);
from asp code as the same user as I do it form explorer I get
IOException saying that the user and password are wrong. Howto
convince C# not to login ?
I hace a code that opens a file on a windows share.
\\comp1\folder1\file.txt
Folder1 has full access for Everyone. I can open it from explorer on
my computer (my user isn't on set the server). However when I run this
code
FileStream file = new FileStream(serverFilePath, FileMode.Open);
from asp code as the same user as I do it form explorer I get
IOException saying that the user and password are wrong. Howto
convince C# not to login ?