A
Andy
Hi,
I have an asp.net C# application, where I upload a file. It's put in
a temporary location until processed, and then I do a simple File.Move
to it's more permante location (which is located in a directory under
the root of the web application).
The folder was set to replace permissions on child objects and enable
inheritance... yet when files are moved into the folder, the
permissions on the file don't match the folder.
Any ideas? This only seems to be an issue on Windows 2003 Standard;
on WinXP, the permissions seem to set properly.
Thanks
Andy
I have an asp.net C# application, where I upload a file. It's put in
a temporary location until processed, and then I do a simple File.Move
to it's more permante location (which is located in a directory under
the root of the web application).
The folder was set to replace permissions on child objects and enable
inheritance... yet when files are moved into the folder, the
permissions on the file don't match the folder.
Any ideas? This only seems to be an issue on Windows 2003 Standard;
on WinXP, the permissions seem to set properly.
Thanks
Andy