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: Sep 03, 2009

    A couple of times I have now run into this wonderful error after setting up a new EPiServer CMS site on a newly installed machine. However, I don’t think it’s specific to EPiServer CMS – but can occur in any asp.net application. The error message...

  • Syndicated blog - Posted on: Sep 02, 2009

    I’ve heard a couple of people complain that their editors gets confused with the old “Statistics” tab in edit-mode. And I do agree – since that statistics feature was introduced way-back a lot of new cool statistics plug-ins have seen the light of...

  • Syndicated blog - Posted on: Sep 02, 2009

    For some reason my vista loves to have a bunch of  webserver worker processes (w3wp.exe) running all the time, which can make it quite tricky to determine which you want to attach to, when you use Visual Studio to debug your IIS EPiServer site. So...

  • Posted on: Sep 02, 2009
    Rating:

    An oddity I just found is that the LongString property renders differently with the I havn’t looked into the reasons for this but the solution for situations where it´s just a string to print is to use the xhtml-property with disabled editor...

  • Syndicated blog - Posted on: Sep 02, 2009

    When using the Link collection property in EPiServer CMS I often find my self needing to convert it’s values, that is a collection of LinkItems, into a list of PageData objects. Of course we can’t trust that all of the items are really links to...

  • Syndicated blog - Posted on: Sep 01, 2009

    I’m doing some work on a site with a huge database and needed to delete a couple of properties from a page type, which repeatedly gave me SQL timeout exceptions. In EPiServer CMS 4 the timeout could be tweaked with the EPnQueryTimeout value under...

  • Posted on: Sep 01, 2009
    Rating:

    Over the last few years, I’ve done four implementations of the Google Mini search appliance .  This is a piece of hardware (a 1U rack mount) that acts has a search crawler and engine. It crawls your Web site (or whatever else you point it at) 24...

  • Syndicated blog - Posted on: Sep 01, 2009

    If you ever face problems with your resources and somehow the ASP.NET application/website refuses to load them, consider checking if your website path is readable by the process owner user of the website application pool.