Confira o elemento staticContent do web.config:
<system.webServer>
<!-- StaticContent requires that the machine config section be unlocked: appcmd unlock config /section:staticContent-->
<staticContent>
<clientCache cacheControlCustom="private" cacheControlMode="UseMaxAge" cacheControlMaxAge="0.02:00:00" />
</staticContent>
</system.webServer>