I wonder what the best approach is to not have the users having to press CTRL-F5 with every deployment. We don't want cached versions of changed script files to be pending in network components or browsers.
Individually renaming scripts seems like a lot of work, and requires quite some discipline.
Idea: rename the Scripts folder of our MVC application to Scripts[ReleaseNumber] so that the URL for scripts is something like /Scripts[ReleaseNumber]/MyScript.js ?
Is this a good idea? Does anyone have experience with this?