I used AngularJS v1.5.7 with .net MVC WEB project, and my content is with in index.cshtml with ui-view.
For an reason, I found all of my html/js files are cached in chrome or any browser.
The changes i use to make to html/Js files are not getting reflected to browser until unless i clear browser cache manually. I am unable to see any changes that i made even after pressing F5 or ctrl+F5 ,
I am supposed to manually clear the browsing cache.
How do I prevent client to clear their browser cache when new versions are deployed on server.
How do I clear cache by programming when I deploy new version of my site.