Currently, I am working on developing an ASP.NET application using Visual Studio. However, a persistent issue I am facing is that every time I launch the application, Internet Explorer caches certain CSS and JS files. This forces me to manually clear the cache before running the app.
I attempted to address this problem by adding an external command in VS2012 based on this tutorial. Unfortunately, the command only runs once, and then it becomes unresponsive (I have yet to determine what triggers this one-time action).
At this point, I am seeking suggestions for a potential solution, whether it be through VS configuration, an external tool, a command line script, or any other method that would allow me to clear the cache with a single click without having to manually open IE.
Thank you!