Answer the question
In order to leave comments, you need to log in
How to disable static cache iis 8?
Question to connoisseurs iis.
I am developing a symfony + angularjs + iis application
In angularjs, templates in html files.
IIS gives a Last-Modified header for this html file, after changing the file, it takes a certain amount of time until iis changes Last-Modified to the modification date, until it does so, the old file is displayed.
How to force iis to give just changed file at once?
What is done:
<system.webServer>
<staticContent>
<clientCache cacheControlMode="DisableCache" setEtag="false" />
</staticContent>
</system.webServer>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question