The following configuration sample adds an HTTP "Cache-Control: no-cache" header to the response, thereby disabling caching of requests in the browser.


<configuration>

   <system.webServer>

      <staticContent>

         <clientCachecacheControlMode="DisableCache"/>

      </staticContent>

   </system.webServer>

</configuration>

Was this answer helpful? 20 Users Found This Useful (102 Votes)