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
Suppose the front end code wants supply a way to download images from the assets folder. Consider the following code: Assuming that 127.0.0.1:5500 is your EPiServer instance, you can say that the image will be downloaded. Note that download anchor...
Recently, we have been working on improvements for projects. Some of them are now part of the product and available from CMS.UI version 11.28.0 ; and some are a part of new Episerver Labs Project Enhancements add-on. New features added to the...
Controlling Episerver Find by determining which catalogs and how many items to be indexed.
A neat way to configure site settings with DI StructureMap in Episerver
Hi Guys, Today I am going to tell you all the possible solutions that you can try if you don't have admin access to Episerver Commerce account using some small SQL queries. This is useful when you have restored the databases from any other server ...
Ok, maybe that’s a little dramatic. Let me start off by saying that I’m sure that there is a better way to handle this (feel free to let me know in the comments) and this never moved past proof-of-concept, but this approach did seem to work. We ha...
Feature flags are great tools when wanting to test stuff in your webbrowser before you make it public. Copy and paste my sample code and you are good to go!
This article will show you how to add a WebJob to an existing CMS web app project. The WebJob will access the CMS database and print out the last 15 activity log entries. First, add a new project to the solution which has the existing CMS web app...