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
This blog post is about the EPiServer Azure Virtual Path Provider. This is part of a blog post series on enabling EPiServer CMS to run on Windows Azure . This approach is still experimental and not for production environments. Introduction I’m a...
This is a follow-up post of sorts to Creating a NuGet-package for ETF so if you haven’t read that go ahead and do so. I’ll wait. Ted posted on creating a rss feed using EPiServer and ETF so in this post I’ll show how that sample could be distribut...
There is no such thing as too much statistics and there is also no limit on the number of ways in which you can display the same base data. To rejoice in this fact we added two controls to the “My Settings”-page that shows a little more info on...
If your EPiServer site consumes more than 1Gb, and you can’t explain in measured detail why, you probably have a problem. I’m often called in when EPiServer sites have problems under load in live production settings. Problems that can’t be...
In EPiServer CMS 6 R2 there is a new possibility to easily create Dynamic Content plugins from (User)Controls just by decorating them with an attribute. The idea has been implemented outside EPiServer for previous versions, for example here . The...
Sometimes an application throws an exception and you need to have a look at the environment to be able to find the cause of the exception. To do this, it is convenient if it would be possible to capture a snapshot of the process precisely at the...
During save of a page EPiServer CMS will ensure that the url segment for the page is unique (with unique means that there is no other page on the same language with same parent that has the same url segment). This means that pages that are created...
Ran into alot of problems yesterday while upgrading our website to the latest EPiServer version, CMS6 R2. The problem: I have made a custom FriendlyUrlRewriteProvider that inherits from EPiServer.Web.FriendlyUrlRewriteProvider that partly stopped...