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
In the last blog post of these series we talked about how to solve breaking changes caused by the migration of the plugin for Optimizely CMS 11 which is in the .NET framework 4.8 to .NET Core 5.0 framework. In this blog post, which is a continuati...
Migrating from ASP.NET Identity to ASP.NET Core Identity might be a bit tricky. This blog post, written by my brilliant colleague, Sven-Erik, should help tackle the obstacles along the way. Read full article on our company blog: https://www.getad...
Optimizely Content Manager is a lightweight editing UI that aims to make publishing content easier, as it takes away some of the complexity. I like the idea, but here are still some major issues!
In the first blog post of these series we talked about how to migrate a plugin for Optimizely CMS 11 which is in the .NET framework 4.8 to .NET Core 5.0 framework. In this blog post, we are going to focus in the code changes that we will need in...
This blog post is the first one in the blog series: Migrate a Optimizely/Episerver plugin from CMS 11 to 12. The plugin we are going to migrate is called SIRO (Sitemap and Robots generator) developed by Verndale. You can find more information abou...
Changing the timeout for Search & Navigation requests is something that has been requested over and over in forums and support cases for quite some time. The default request timeout is set to 100 seconds (HttpWebRequest.Timeout default) which coul...
Episerver Forms does provide a lot of built-in functionality, but sometimes it is necessary to extend that functionality, which might give you some problems or difficulties. So in this post, I'm going to share my experience while customizing the...
In this tutorial, you will learn how to create a block within Optimizely CMS. Formally known as Episerver CMS, the big change in this version is that it is built using .NET Core/MVC 5. As a result, the process of creating a block has changed...