When I have a website in VS2013 (either a web application or a web type project) and I make changes to the code, such as a JS change or an HTML change, this change is not reflected in the browser after the update. The following are the things that I tried that didn't work:
- Clearing the browser cache / restarting the browser
- Disabling VS debugging and restarting the project
- Clean VS solution, rebuild and restart
- Clean VS solution, close VS and completely restart VS
- Refresh link in browser
The only way to force my code changes to take effect (JS or html) is to either manually exit IISExpress / VS or restart the computer.
Without being too dramatic, this is unacceptable. How to fix it?
Thank.
source
share