If you have code that refresh ASP.NET Cache using Cache.Insert in CacheItemRemovedCallback, it works under ASP.NET 1.1 but it may cause infinite loop under ASP.NET 2.0. Create a ASP.NET 2.0 web form project using this code. using System; using System.Collections;
Read More...