Try our conversational search powered by Generative AI!

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 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.

  • Syndicated blog - Posted on: Sep 01, 2009

    “A program that offers visibility, support and software for professional Web Developers and Designers” Have you heard of Microsoft WebsiteSpark yet? WebsiteSpark is a global program by Microsoft to support Web Developers and Designers. If your...

  • Posted on: Sep 01, 2009
    Rating:

    Facing a scenario where I needed to select EPiServerProfile objects based on different criteria and displaying a paged view based on these objects I thought I should use LINQ. Neat syntax and readable code, but what about the performance? There ar...