Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8901

How to remove default cache control header for static resource

$
0
0
I currently using k12 with portal engine mode. I using web.config to set cache=control header but i have a problem when try to remove 'cache-control: no-cache' header but it doesn't effect Here is my web.config@system.webServer@ @httpProtocol@ @customHeaders@ @remove name=@Cache-Control@/@ @add name=@Cache-Control@ value=@max-age=2592000@ /@ @/customHeaders@ @/httpProtocol@ @/system.webServer@ Is there way to solve this? by using code behind/cms setting?

Viewing all articles
Browse latest Browse all 8901

Trending Articles