I'm deciding to remove all versions from static content that has been referenced in my Mvc Web Application. but I need caching.
I want to know does the browser cache contents by file name or by content ? for example if I Bundle a Jquery version 1.6 without version information (i.e jquery.js), and then I put version 1.8 of jquery with the previous file name (jquery.js). what will happen ? does the browser get the new file or not ?
thanks