G
Guest
I need to do some caching. If my code is running a part of asp.net then I
would use caching, otherwise I'll just store my data in an object.
And my question is now do I determine at run time if the code is running as
part of asp.net?
I know if HttpContext is not available I get an exception, but there must be
a graceful way to determine it.
Thank you.
would use caching, otherwise I'll just store my data in an object.
And my question is now do I determine at run time if the code is running as
part of asp.net?
I know if HttpContext is not available I get an exception, but there must be
a graceful way to determine it.
Thank you.