We are using asp.net-mvc-5 with Bundling and minification that having cache problem: (browser cached old bundle files after code upgrade in server and every client needs to delete browser cache by manual). Without setting HttpCacheability.NoCache
because we need data cache to be alive. Only
request to clear the bundle cache.
How to force BundleCollection to flush cached script bundles in MVC4
MVC4 StyleBundle: Can you add a cache-busting query string in Debug mode?
I have already tried these two solution but its not working for my scenario. Kindly provide a solution to clear client browser caches after each bundle file upgrade or provide functionality to retrieve latest bundles.