Take the community feedback survey now.
Take the community feedback survey now.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
So this time I was the dummy. The solution was of course a missing section in the web.config-file:
EPiAbstractions has (finally) been updated for EPiServer CMS 6. Version 1.2 also features two new interfaces and corresponding implementations, IPageReferenceFacade , so you can isolate your code from PageReference.StartPage, and IFilterForVisitor...
If you declare your own logger in Global.asax.cs (for the Global class) you will effectively turn off all log4net logging for the entire site. Like this: using log4net; using System.Reflection; ... public class Global : EPiServer.Global { // Very...
This post tries to pinpoint every aspect of the EPiServer.Blog setup. How do you add tags to the tags collection property on the blog item page, how does the tagcloud get updated, how does the blog item pages get created beneath correct date root...
I tried to take the current Itera.MultiProperty project and recompile it with the CMS 6. It compiled without errors. But when you use it it throws and error complains about Multiple custom attributes of the same type found The error is caused by...
Summary: This document describes configuration settings around mirroring, monitoring and Mirroring Transfer Provider (MTP). Mirroring Configuration on CMS Parameters felt on Mirroring Settings Parameter Parameter's felt is used to pass settings to...
Custom Mirroring Transfer Provider on USB Summary: Would you like to export the entire site on USB memory and importing to other places or why not saving it as backup? In this blog I will go through Custom Mirroring Transfer Provider (MTP). The...
Catch Monitoring Event inside CMS With EPiSrever MirroringMonitoringModule you can easily catch monitoring events and build your application on it. The MirroringMonitoringModule is an http module that works as subscriber to the Monitoring server a...