A
Alvin K
Via the -global.asax- file, on application startup,
the following code does not work:
System.Web.Caching.Cache.Insert (works on all other pages ...)
whereas this works fine:
HttpContext.Current.Cache.Insert
Can anyone explain why this is so?
the following code does not work:
System.Web.Caching.Cache.Insert (works on all other pages ...)
whereas this works fine:
HttpContext.Current.Cache.Insert
Can anyone explain why this is so?