I'm testing out the HTML5 Cache Manifest file and am having a difficult time having it update JavaScript files. In Chrome, I can see that the manifest is updated whenever I make a change to the file and the browser downloads it but the JavaScript files specified in the manifest do not update.
I've tested it out and the reason behind this seems to be the HTTP Response Headers set in IIS. They have been set to expire web content after a specified duration. Am I incorrect in assuming that the files should update even if they haven't expired?
Thanks in advance!