Created
February 25, 2013 10:48
-
-
Save alexcurtis/5029076 to your computer and use it in GitHub Desktop.
MVC Cache Busting Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<appSettings> | |
<!-- Resource Cache Buster (Query String Postfix) --> | |
<add key="CacheComponentVersion" value="1" /> | |
</appSettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment