I have a module, that I created myself. The module uses javascript file .js
After installing the module on my localhost site, I decided to test something, by modifying the javascript. So I went to the folder containing the javascript file:
site_root/DesktopModules/MyModule/scripts
I openned the .js file in notepad, and replaced its content by one simple function that shows alert message on page load.
After that, I went to command prompt and typed: iisreset, to clear server cache. I also cleared cache in my browser.
Next, I have loaded my site, and what did I see? No change. The old javascript was executing. So, I went back to the: "site_root/DesktopModules/MyModule/scripts"
and I renamed the javascript file. I reloaded the site. No change. No reaction.
The old script still executing. That's crazy!
Do you know how to deal with this situation, how to clear that ancient history?
I also tried to login as host and restarted the application. I tried to do the same after restarting, the next day. Nothing helps...