November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
A reverse proxy is a server that acts as a single point of entry to as many services (e.g. web sites) as you like on your internal network. The reverse proxy typically sits behind the firewall and directs requests to the appropriate backend server...
Since we released CMS 12 and Commerce 14 our “getting started” experience has been lacking a bit. We decided to not upgrade our Visual Studio extension and instead rely on the new dotnet new experience . This meant that we had no item templates or...
Optimizely's top tier Most Valuable Professionals program honors 3 program leaders and 77 MVPs. In 2007, EPiServer started a program called the Most Valuable Professionals (MVP) program as a 'thank you' to our most active mentors who lead the way...
When working with Optimizely Campaign, you will be familiar with opt in process. Basically when users subscribe to your website's newsletter, you want them to go through an opt in process. An opt-in process requires recipients to give a sender...
As we started with a new Optimizely 12 project based on .net5 we first had no idea how to deal with the app settings (connection strings, find service endpoint, blob folder path etc..) which are mostly different for every developer in the team. In...
Here's a quick code snippet for adding a logout link to the Quick Navigator menu in Optimizely CMS 12. This is done a bit differently in CMS 12, since the logout page is using Razor Pages instead of WebForms, and the new logout method requires an...
This is the most recent exception that I got while installing Commerce 14 on local. I followed following commands to install it - dotnet-episerver create-cms-database FirstCore.csproj -S . -E dotnet-episerver create-commerce-database FirstCore.cs...
In this tutorial, you will learn how to set up file-based logging within an Optimizely CMS 12 powered website. You may be thinking of logging, big-deal, however, life is not as straightforward as it used to be. In the old days, you used to install...