E
Elmo Watson
I've got a Windows Service I'm testing right now, on my local computer, but
I plan on moving it to a server later, so the answer that I need will need
to pertain to both situations.
This service is very simple - I have 3 folders (Dropped/Archived/Moved) on
my computer. A file gets dropped in the Dropped folder, and the service,
with a FileSystemWatcher control, sees it, and copies to one folder, and
moves/renames to the other folder.
The problem I'm having is that I get an error:
oException.Message "Access to the path
'C:\Projects\DroppedFiles\MyFilename.txt' is denied."
I am using the Network Service account for the ServiceProcessInstaller.
So - I need to find out what permissions are needed in this
scenario.....anyone?
(thanks in advance)
I plan on moving it to a server later, so the answer that I need will need
to pertain to both situations.
This service is very simple - I have 3 folders (Dropped/Archived/Moved) on
my computer. A file gets dropped in the Dropped folder, and the service,
with a FileSystemWatcher control, sees it, and copies to one folder, and
moves/renames to the other folder.
The problem I'm having is that I get an error:
oException.Message "Access to the path
'C:\Projects\DroppedFiles\MyFilename.txt' is denied."
I am using the Network Service account for the ServiceProcessInstaller.
So - I need to find out what permissions are needed in this
scenario.....anyone?
(thanks in advance)