November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
the siteUrl you get from UriSupport.siteUrl is the setting from the <siteSettings ..... /> section. Not the <siteHosts> section
--
Lars Øyvind Bodahl
Hi,
I have a multi-site instance of EPiServer. One of the siteHosts node in the EPiServer.config will look like this:
<siteHosts>
<add name="v1.testsite.test.com" />
<add name="www.testsite.com" />
</siteHosts>
I am outputting the UriSupport.SiteUrl property to help output the SiteURL, obviously :-), however, the value outputted is v1.testsite.test.com, but I want it to be www.testsite.com. How do I ensure this is the case?
Regards,
Ian