Skip to content

Instantly share code, notes, and snippets.

@hesenger
Created August 13, 2012 20:19
Show Gist options
  • Save hesenger/3343834 to your computer and use it in GitHub Desktop.
Save hesenger/3343834 to your computer and use it in GitHub Desktop.
Cabeçalho de cache "update" para conteúdo estático no IIS 7
<configuration>
<system.webServer>
</staticContent>
<clientCache cacheControlCustom="public" cacheControlMode="UseMaxAge" cacheControlMaxAge="1.00:00:00" />
</staticContent>
</system.webServer>
<configuration>
@hesenger
Copy link
Author

Apenas a linha mais aninhada deve ser acrescentada, ao web.config da aplicação, ou preferencialmente ao applicationHost.config de seu IIS 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment