I have a program that uploads and downloads an excel file to the server. Works great except for 1 snag. Every time a new file gets uploaded the file permissions don't allow me to download it again.
The file needs to add the permissions for Internet Guest Account (SERVER\IUSR_SERVER)) and to allow all.
The only parameter I have is the file location and file name on the server. I know its possible but I'm hoping to get a fairly simple solution to it... I don't suppose there is a method changePermissionsOnNTFSFile(string file_location, string account_name, string input_access) 
Thanks.
Visual C#11
|