angularjs code changes do not show up after browser refresh

后端 未结 17 1760
北海茫月
北海茫月 2020-12-13 09:35

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

17条回答
  •  难免孤独
    2020-12-13 10:13

    Set HTTP Response headers to expire content through IIS manager.

    1. Open HTTP Response Headers module for you web application
    2. Click Set Common headers in the Actions pane

    https://www.iis.net/configreference/system.webserver/staticcontent/clientcache

提交回复
热议问题