我的.NET代码如下static Cache MyCache = HttpContext.Current.Cache;            //缓存60分钟
            MyCache.Insert("Default", Html, null, DateTime.Now.AddMinutes(60), TimeSpan.Zero);这样缓存的话我用VS2008调试 可以缓存 也可以读取内容
但是 一旦到了
IIS7下 就无法正常的缓存内容了?
不知道为什么 请知道的大大帮我解决一下..万分感谢