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
This issue can be fixed with a few simple steps. To get all your site urls to display in lower case do the following: 1. Add the following in your Global.asax.cs: void UrlSegment_CreatedUrlSegment(object sender, EPiServer.Web.UrlSegmentEventArgs e...
Earlier today we experienced an unwanted behavior using the MultipageProperty. When picking a document on the current site, and navigating to the pagefolder part of the filebrowser, it would report that the pagefile did not exists, even if it did....
Some of you may have picked up on a blog post entitled the ‘Great EPiServer Rant‘ posted by Fredrik Holmström. I’d encourage you to read it for yourself and see what you think. If you find yourself agreeing with Fredrik, then please read on, as th...
The problem A colleague of mine had trouble using PageTypeBuilder on a project that was also using composer. Since going back to the dark ages without PTB seemed like some mild fun I decided to look into the issue. Finding the error To reproduce...
Based on CMS 6.0.530.0 and Visual Studio 2008 Not too long ago, one of our partners, Oshyn , wrote an excellent blog post on Creating an EPiServer VB Site from Visual Studio . The intent was based on the fact that the current Visual Studio (VS)...
For all that asked (and for those that didn’t) to have XML documentation files here they are. Just unpack them in the folder where you referenced dlls are and you’ll have intellisense. XML documentation files
EPiMVP is an implementation of the WebForms MVP pattern created by Mattias Johansson and Joel Abrahamsson . While my general impression and opinion about WebForms MVP is quite similar to that Rob Conery expressed here , that’s in the context of...
Update: Do not try to change collation order in the database! Use this approach instead to sort pages in the page tree in EPiServer CMS 5. I recently got the question how to fix the incorrect alphabetic sorting of child pages...