Skip to content Skip to sidebar Skip to footer

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

enter image description here

Firefox

enter image description here

IE11

enter image description here

Post a Comment for "How Do I Ensure My Script File Isn't Cached When Debugging A Vs Mvc Website?"