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?
↧