Y
Y
YEASTOR2015-10-07 10:52:30
IIS
YEASTOR, 2015-10-07 10:52:30

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>

But it doesn't help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Bazaichenko, 2016-01-13
@Banzaii

Still relevant?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question