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
Did you now that if session state is enabled, the default ASP.NET setting, all requests from the same user session get queued and processed one after another? Disabling session state will make your server process all those requests simultaneously....
I’m in the starting phase of a new project, and as always there are a few tricks to bring with me from my previous project… As always, when developing with PageTypeBuilder, a goog practise is to create an abstract class BasePage, inheriting from...
Here’s a little quick tip on how I usually set up my code to get strongly typed access to my page types inside Repeaters, ListViews, PageLists etc. I use PageTypeBuilder in all my projects so I’m going to use it in the examples here as well, but y...
Here’s an overview over the SQL scripts you need to execute to manually upgrade your sites commerce database from EPiServer Commerce R2 SP1 to EPiServer Commerce R2 SP2. C:\Program Files (x86)\EPiServer\CMS\6.1.379.0\Install\Modules\EPiServer...
To facilitate the process of introducing ImageVault 4 to clients we created some short but powerful material. The material consist of a short PowerPoint presentation which is linked in this post below. If you’re lacking any vital information in th...
A client's EPiServer site polluted the Windows EventLog with lots of inactivity errors from the site's application pool. Changing the "Idle timeout" property in IIS solved this problem.
FindPagesWithCriteria will result in an SQL exception if a page is set to be archived under itself.
I recently had the pleasure of using Truffler as a search engine for one of our customers. The site is an EPiServer CMS 6 R2 site with PageTypeBuilder. This article describes some of the decisions I made about how to use Truffler on this particula...