G
Guest
I have a application that must read file in a shared folder.
This folder is on a server outside my domain (DMZ server).
Resource's folder path example: \\80.80.80.80\Resources.
I have opened this folder for everyone. And all the ports beetwen my
application server and my resources server are opened.
If I try to read a file in this folder with the
System.IO.FileStream
I have a error of "user unknow or wrong password"
Can I set a user before the System.IO.FileStream call?
If I move this folder on a server in my domain all works.
Can someone help me?
Thank you very mutch.
This folder is on a server outside my domain (DMZ server).
Resource's folder path example: \\80.80.80.80\Resources.
I have opened this folder for everyone. And all the ports beetwen my
application server and my resources server are opened.
If I try to read a file in this folder with the
System.IO.FileStream
I have a error of "user unknow or wrong password"
Can I set a user before the System.IO.FileStream call?
If I move this folder on a server in my domain all works.
Can someone help me?
Thank you very mutch.