K
Keith Chadwick
Need some help on access the httpApplication cache.
I was informed to use the application cache over the old application object
and also to use a classes versus modules.
do I need to Imprt System.Web.HttpApplication into the class?
do I need to dim x as System.Web.Application then use
x.context.cache.item("myitem")=myobject
How exactly do I get to the application cache from within a class as none of
the above seems to work?
Thanks
Keith
I was informed to use the application cache over the old application object
and also to use a classes versus modules.
do I need to Imprt System.Web.HttpApplication into the class?
do I need to dim x as System.Web.Application then use
x.context.cache.item("myitem")=myobject
How exactly do I get to the application cache from within a class as none of
the above seems to work?
Thanks
Keith