Hi,
my little code is working correctly on Unix but when it comes to Windows IIS, it does not work.
I can read from a file in IIS fine, but when I try to write the something back, it says Permission denied. I know it is not about permissions.
I tried both the \ and / and both gave the same error.
What do we do to write stuff in Windows IIS?
And what should be the correct path
E:\myhost\myfile.txt
or E:/myhost/myfile.txt?
thanks for the help
my little code is working correctly on Unix but when it comes to Windows IIS, it does not work.
I can read from a file in IIS fine, but when I try to write the something back, it says Permission denied. I know it is not about permissions.
I tried both the \ and / and both gave the same error.
What do we do to write stuff in Windows IIS?
And what should be the correct path
E:\myhost\myfile.txt
or E:/myhost/myfile.txt?
thanks for the help