My web application is built using ASP.Net MVC + angular and currently has over 500 active users.
We encounter a recurring issue whenever we perform a new publish or release - we have to instruct our users to clear their browser cache, which can be quite frustrating for them.
I'm curious to know how websites like Facebook manage browser cache when updating their applications/sites, as we don't regularly clear ours.
Is there a way to automatically clear the browser cache upon a new release?