Projenizdeki tüm cacheleri silin.

System.Collections.IDictionaryEnumerator dic = System.Web.HttpContext.Current.Cache.GetEnumerator();

            while (dic.MoveNext())

            {

                if (System.Web.HttpContext.Current.Cache[dic.Key.ToString()] != null)

                {

                    System.Web.HttpContext.Current.Cache.Remove(dic.Key.ToString());

                }

            }



 
All comments require the approval of the site owner before being displayed.
Name
E-mail
Home page

Comment (Some html is allowed: a@href@title, i, strike, u) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Enter the code shown (prevents robots):

Live Comment Preview