I'm using IIS 7.5 on 2008 R2 the problem is when one of our devs push out an asp.net page the page caches. I went at the server level and disabled output cache for aspx extentions that did nothing. Also I tried to disable caching at the site level setting http response header to expire content immediately that did nothing. I know for a fact the dev has pushed out at least 10 versions of this page and it keeps reverting back to the original page. So my question is how do I handle this problem and is the cache hidden somewhere on the webserver I always thought cache was held in memory unless you were using some king of AAR?
↧