Reputation: 595
How can I set the the HTTP Expires header in DotNetNuke generated pages?
Upvotes: 3
Views: 2336
Reputation: 30875
I have confirmed that this works on IIS 7 and DNN 5.6
To verify that it is working:
Caching of Dynamic Content
DNN has internal caching for dynamic content. To adjust this, go into the host settings and turn off caching. That has nothing to do with HTTP Headers. Note: It's best to adjust caching at the module-level rather than host level. DNN is built to run with heavy caching. It can be lightning-fast if configured correctly, and very slow without caching.
Upvotes: 4