Posted on: 10/12/2015 12:46:35 PM | Views : 957

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 ...