[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.caching

Setting cache dependency on file located on remote machine.

Somesh

1/11/2007 4:58:00 AM

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