AI OnAI Off
Hi,
Why dynamic property? If the property is the same for all pages I would put the property in the startpage or at the site root as described in this article, http://www.epiforum.net/Codepages/Avoid-dynamic-properties-when-possible/
--Per
ok, does it fail to read just Dynamic properties or the regular once too?
Maybe start EPiServers logging at debug level could help to find the root cause, (faq: http://world.episerver.com/FAQ/Items/How-do-I-create-a-log-in-EPiServer/)
Could it be that someone is looking at the page from inside the waste basket? :-)
Hi!
I try in the masterpage get dynamic properties. This works fine most of the time, but we can see in the error logs that once or twice per day we se that the dynamic property is not returned. Has anybody been experiencing this before? The traffic to the site is quite large, so I would gues that this happens around once in 1000 or more times.
Below you'll find the code from MasterPage.Master.cs that we use