How can I manually clear ASP.NET server cache (IIS 7) on a given application/website, like what can be done in IE to clear browser cache for a given domain?
I had the same problem, and recycling the application pool helped me. All my caches immediately reloaded as I wanted.
Ways of recycling the application pool are described here.