Yes & No.
Yes: You can theoretically call a web service (or aspx file) on each of the
machines in a loop. The page can return information about data in the
ASP.NET cache or clear them.
No: It only works if you have a single worker process on each machine,
It is a lot simpler if you cache the data of the control in external element
like a DB, service or a com+ application.
Cheers,
Egil
http://www,egilh.com/
> Hi,
>
[quoted text clipped - 9 lines]
> Thank you very much,
> JL
JL - 17 Apr 2006 21:31 GMT
Egil,
Thanks for reply. That seems complicated for a novice like me...I guess
I'll log onto each of the 3 servers and refresh the cache.
Thanks for the info though.
> Yes & No.
>
[quoted text clipped - 24 lines]
> > Thank you very much,
> > JL