I have added caching for static content in my asp.net application
<staticContent>
<clientCache httpExpires="Sun, 29 Mar 2020 00:00:00 GMT" cacheControlMode="UseExpires" />
<staticContent>
While pushing new changes to production,The
javascript1.js
its not updating in client's machine. Hence New changes in the JS is not updating
How can i invalidate caching in all my clients browsers ?