London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Loading...
Area: Optimizely CMS

Note: This topic has no later version.

Live Monitor utilizes WCF service. Due to WCF services behavior additional configuration may be required on sites with multiple bindings (for example http://mysite.com and http://www.mysite.com).

If your site is running on ASP.NET 4 or later you can enable multiple site bindings by setting attribute multipleSiteBindingsEnabled="true" of serviceHostingEnvironment section. This configuration setting is a requirement if you want to run CMO Live Monitor on multiple sites in an EPiServer Enterprise setup with multiple bindings.

XML
<configuration>
  <system.serviceModel>
    <serviceHostingEnvironment multipleSiteBindingsEnabled="true" .../>
  </system.serviceModel>
</configuration>

Last updated: Mar 31, 2014