G
Guest
Hi,
I want to set the Cache Dependency to a remote machine file. I used a very
simple approach to acheive.
CacheDependency objCacheDependency = new
CacheDependency(@"\\192.168.100.101\Shared\Test.txt");
But it throws the follwing error:
Failed to start monitoring changes to '\\192.168.100.101\Shared'
Is there any other way to do this or there is something settings required to
acheive this.
Regards,
Somesh Baweja
I want to set the Cache Dependency to a remote machine file. I used a very
simple approach to acheive.
CacheDependency objCacheDependency = new
CacheDependency(@"\\192.168.100.101\Shared\Test.txt");
But it throws the follwing error:
Failed to start monitoring changes to '\\192.168.100.101\Shared'
Is there any other way to do this or there is something settings required to
acheive this.
Regards,
Somesh Baweja