Hello all.
Using ASP.Net(VB.Code behind),I've created a FileSystemWatcher that is to reside on
Server A and monitor the activity of folder on Server B.
The application works fine with watcher.path set to C:\.
However, when I specify any other drive for the
watcher.path, I receive an error message telling me the
selected path is invalid.
On my local machine Server B is mapped as W:\. I've tried
using the physical path as in watcher.path = "W:\RFTest",
as well as attempting to use the URL. All attempts result
in the same tired error message.
Any assistance will be greatly appreciated.
Thanks!
Brian.
Using ASP.Net(VB.Code behind),I've created a FileSystemWatcher that is to reside on
Server A and monitor the activity of folder on Server B.
The application works fine with watcher.path set to C:\.
However, when I specify any other drive for the
watcher.path, I receive an error message telling me the
selected path is invalid.
On my local machine Server B is mapped as W:\. I've tried
using the physical path as in watcher.path = "W:\RFTest",
as well as attempting to use the URL. All attempts result
in the same tired error message.
Any assistance will be greatly appreciated.
Thanks!
Brian.