How Do I Ensure My Script File Isn't Cached When Debugging A VS MVC Website?
I came across a problem today where the only way for the web program I am developing showed the most recent copy of a modified script was to reboot the machine. It is a file bundle
Solution 1:
Disable the browser cache. Accessed through the debugger or developer tools (usually F12).
Here are some examples:
Chrome
Firefox
IE11
Post a Comment for "How Do I Ensure My Script File Isn't Cached When Debugging A VS MVC Website?"