[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

Re: Setting cache dependency on file located on remote machine.

vc

1/3/2007 11:56:00 AM

Hi Somesh,

Are there any nested inner exceptions?
Are there any relevant events in the event log of the remote machine
(+auditing enabled)?

Martin

"Somesh" <Somesh@discussions.microsoft.com> wrote in message
news:F05FF875-E01D-437F-8B79-52FDA9E2885B@microsoft.com...
> 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
>
>
>