Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Sounds like a cache invalidation problem(if you have multiple servers that is).
https://world.episerver.com/documentation/developer-guides/CMS/event-management/WCF-event-management/
Thank you for your reply. We do not use multiple servers unfortunately. Also, it refreshes immediately on my local instance. I've compared the web.config settings and don't see anything that could cause the delay.
We are. Here is what is looks like:
<outputCacheSettings> <outputCacheProfiles> <add name="ClientResourceCache" enabled="true" duration="3600" varyByParam="*" varyByContentEncoding="gzip;deflate" /> </outputCacheProfiles> </outputCacheSettings>
Hello, I have defined a property in my model:
public virtual IList Brochures { get; set; }
In the CMS, when I try to pull in a .pdf from the media tab and publish, it is taking several hours before it appears on the website. However, if I restart the app pool, it shows right away. Could this be a caching problem? If so, what are the settings in the web.config I need to concentrate on?
Thanks.