I am developing a web addin for MS Word.
The documents that load in the Script Documents section of VS when running the project is loading cached version of my JS files.
Things I have tried
- Clear and rebuild the solution.
- Removing IIS web sites via cmd clearing IISExpress cache
- Deleted the cache in IE as per another thread I read, I've lost the link for that one.
- Renamed the JS files and referencing the new ones in the html but then they didn't appear in the Scripts Documents so I am assuming the HTML file is cached as well.
- Deleting all the temp files in my APPDATA, delete IIS Express sites, clean, restart computer, clean again, rebuild, run and still my old JS file, without the changes, comes up for debugging.
How can I clear the cache in the Word add in so that it is forced to pull new JS version.
So far the only consistent thing is to wait some long period of time and then the changes to the JS file are reflected.