aspx thread: How to make a COM object access the CACHE object in ASP.NET..
Hey Folks,
This is something difficult that I cant figure out!
About "Data Caches" (REF QuickStart Samples) , the ASP.NET documentation
says that the Cache
class; "Implements the cache for a Web application. There is only one
instance of this class per application domain, and it remains valid only as
long as the application domain remains active..."
CAN I write a COM component which runs in its "own process" separate from
the webserver to "dirty" a cache object in an application?
IF NOT;
can I write a COM component which runs in the "same process" as the
application to dirty the cache object?
I hope someone knows an answer to this..
Thanks,
Girish