M
Mike
Hi! My application spans multiple domains on the server side. I need to cache
some db records into Microsoft Caching block. Is there a way to make it
accessible from
all domains the application explicitly creating? I know there is a SetData()
method on the AppDomain, but it requires serializable objects - something I
can not guarantee.
So, is there a way to access the Caching block from multiple domains?
Many thanks in advance for your help.
Sincerely,
--M
some db records into Microsoft Caching block. Is there a way to make it
accessible from
all domains the application explicitly creating? I know there is a SetData()
method on the AppDomain, but it requires serializable objects - something I
can not guarantee.
So, is there a way to access the Caching block from multiple domains?
Many thanks in advance for your help.
Sincerely,
--M