G
Guest
Hi,
Can anyone help me with this: I have a windows service using the filesystemwatcher object to monitor a specific UNC path. It runs under a newly created domain with no rights at all. As soon as I drop a file there, the FileSystemWatcher_Created even fires, afterwhich an error (Access Denied") s written on the Application even log.
What rights do I need o set for this user account? Which folders? This user account cannot be a local administrator on the application server where this service is running from.
Your help is appreciated.
Can anyone help me with this: I have a windows service using the filesystemwatcher object to monitor a specific UNC path. It runs under a newly created domain with no rights at all. As soon as I drop a file there, the FileSystemWatcher_Created even fires, afterwhich an error (Access Denied") s written on the Application even log.
What rights do I need o set for this user account? Which folders? This user account cannot be a local administrator on the application server where this service is running from.
Your help is appreciated.