Hi, I have a website that is using Angular. The client does not want their resources having to clear their cache every time a change is made to the site and deployed to production (using VS 2013). I set the expire content to immediately in the HTTP Response Headers to try and circumvent this. However, I've been finding that when I make a change, they state they can't see the new changes. When I check the settings it's reverted back to the original settings. Is this being set in the web.config file and when I deploy the setting is being overwritten?
↧