November Happy Hour will be moved to Thursday December 5th.
Is there a way of setting
<episerver.find serviceUrl="https://xxxx" defaultIndex="yyyy"/>
In the code at the startup of the application?
Bump.. is this not possible to hook in some where to set the settings?
There is no official way to set it, but technically you can set the appSettings by code. Just to make sure you do it very early in the life cycle (probably in an IConfigurableModule). I haven't tried it though :)
Is there a way of setting
<episerver.find serviceUrl="https://xxxx" defaultIndex="yyyy"/>
In the code at the startup of the application?