I have a web application that stores global data in the HttpContext.Current.Cache. I also have the application email me when cache items are reloaded. Since moving the application to IIS7 I'm getting a lot more cache reloads than I ever did in the past. I've double checked that my app pool settings are the same from IIS6 to 7, but still haven't been able to figure out what's causing this. I'd appreciate any thoughts on how to chase this issue down.
Pete