I have ASPX page with one JS file. JS file not updating in Firefox. I have cleared the cache of firefox.
Following are options tried but still getting old JS file: –
- Tools->Clear Cache
- Tools-> Options-> Advanced -> Cached Web Content -> Clear now.
- Tools-> Clear Recent History.
Firefox Version : 13.0.1
Ctrl + R (hard refresh) and/or add a querystring to the js src, like:
More info on this technique:
What does appending "?v=1" to CSS and Javascript URLs in link and script tags do?