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 some scenarios in EPiServer you may need to create your own logic for accessing specific pages. This can be done in several ways, but one of them is to implement your own Virtual Role. EPiServer default includes a set of virtual roles which are...
There is some talk about how testing using EPiServer is a hassle. And it is for many reasons. There are exceptions though, and Dynamic Data Store is one of them. In contrast to EPiServer.DataFactory for example, which is a sealed class, both...
So, after the last post that tried to introduce some concepts and tools this posts is going to be more practical and hands-on. If there’s one thing I want you to keep in mind is the following: When talking about “testing with EPiServer” what you...
A couple of weeks ago we upgraded an old 5.1 site to CMS 6. We got a strange error where the rendered content of one page got messed up. After some investigation we found that a property had got it’s type changed from XhtmlString to Longstring and...
If the editor decide to delete a page om the source site, after an initial mirroring has been preformed on this page, the next mirroring will fail.
As we all know whether EPiServer is running in a development, test or prod environment it needs a license to run. Normally this is done by saving the "License.config" file in the root of the application. License management can sometimes be a pain ...
The title might sound like something really exciting, but it’s actually something rather mundane in one way and very specific in another. So TLDR warning! The background is that a client used too many variables with long names in the httpCacheVary...
This is a post in a series about testing and EPiServer. This post will cover some basic concepts as well as the tools we’re going to be using later on. I find that discussing naming style of tests, while important, can be as much of a productivity...