<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="index.html">
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache" />
</customHeaders>
</httpProtocol>
</system.webServer>
</location>
</configuration>
Last active
November 9, 2020 15:48
-
-
Save kzelda/b344837356179381ffee47c9376c5acc to your computer and use it in GitHub Desktop.
Asp.net - How to disable caching of single page application HTML file served through IIS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment