We are using asp.net-mvc-4 with Bundling and minification and having
cache problem: (browser cached old bundle files after upgrade server and every client shall delete cache manual).
Questions:
1- Could you help me to solve above issue (ASP.NET bundle cache not clearing after modifications)?
2- How we clear bundle cache before every upgrade from code side at server?
3- How we change bundle cache expiration date?
Go to the complete details ...