SaaS CMS has officially launched! Learn more now.

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Feb 09, 2022

    In .NET 4.8/CMS 11.x and earlier, this is very commonly used to redirect an action return RedirectToAction("Index", new{ node = contentLink }); Which will redirect the user to public TResult Index(CheckoutPage currentPage ); and you will get the...

  • Posted on: Feb 09, 2022
    Rating:

    Major upgrades can be daunting and carry risk in many areas; data corruption, breaking integrations and can require downtime. On the other side of the coin, lagging in adopting the latest upgrades carries the risk of poor security posture,...

  • Syndicated blog - Posted on: Feb 09, 2022

    No, I do not mean that big, big data (in size of terabytes or more). It’s big collection, like when you have a List and it has more than a few hundreds of items. Where to store it? Naturally, you would want to store that data as a property of a...

  • Posted on: Feb 07, 2022
    Rating:

    In my CMS 11 solution I used the variable |DataDirectory| to point out the App_Data folder where my database file is placed and that workd just fine. Is Net Core I tried to use the same: "ConnectionStrings": { "EPiServerDB": "Data Source=(LocalDb)...

  • Syndicated blog - Posted on: Feb 06, 2022

    I got a question on how to find the latest version of the Search & Navigation /epi-util/find.js script file after publishing the article Proxy for Optimizely Search & Navigation tracking script. It is really quite simple, if you look at how...

  • Posted on: Feb 06, 2022
    Rating:

    This one stumped me the other day, and I couldn't find anything by doing a web or World search. Problem: How do we exclude the catalog route segment from the URLs of categories and products? Say you have the following catalog structure: Catalog Ro...

  • Syndicated blog - Posted on: Feb 05, 2022

    In this tutorial, you will learn how to enable the content delivery API within Optimizely CMS 12. Contained within this guide, you will learn how to configure the API as well as learn some useful tips that will help you get it working up and runni...

  • Syndicated blog - Posted on: Feb 03, 2022

    When using Optimizely Search & Navigation (previously Episerver Find) you will automatically get a reference to a client side Javascript injected into your markup. Occationally, you may want to proxy it via your Optimizely website’s backend, cachi...