Any time, I make code changes in .hmtl file or the .js file, the browser still renders the old code and my new code changes don\'t show up in the browser result.
Fo
In chrome press F12>go to network tab> disable cache
Or you can use Browserlink in Visual Studio 2013 to automatically reload the page
http://www.asp.net/visual-studio/overview/2013/using-browser-link
Just right click on the page reload button on the browser and choose "Empty cache and Hard Reload"
Set HTTP Response headers to expire content through IIS manager.
https://www.iis.net/configreference/system.webserver/staticcontent/clientcache
Open devTools in chrome and select Network tab, In Network tab Un-check the Disable cache and reload the page.
Try disabling your cache with Dev Tools:
https://developer.chrome.com/devtools/docs/settings#general