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: Jul 06, 2012

    A customer insisted on indexing the site using their Google Mini server. The problem is that Google Mini does not support forms authentication or cookies. So here is a brief summary of what we did to make indexing the site possible: A Web.config...

  • Syndicated blog - Posted on: Jul 05, 2012

    This blog post is about the error “CS0103: The name ‘model’ does not exist in the current context’ when developing with EPiServer 7 Preview. Background & cause IntelliSense won’t recognize the keyword @model in your view. When running the site we...

  • Posted on: Jul 05, 2012
    star star star star star

    This post is about how to setup an environment for developing add-ons for EPiServer 7 . By development environment here I mean a possibility for an add-on developer to make some changes in code, build the project and see those changes on a...

  • Syndicated blog - Posted on: Jul 05, 2012

    This blog post is about the error “ CS0103: The name ‘model’ does not exist in the current context’ when developing with EPiServer 7 Preview. Background & cause IntelliSense won’t recognize the keyword @model in your view. When running the site we...

  • Syndicated blog - Posted on: Jul 04, 2012

    This blog post is about how to secure the ASP.NET Web API when implemented together with EPiServer CMS. Background In my blog post Creating a REST data store in EPiServer 7 Preview I stated that the implementation of the REST data store in EPiServ...

  • Posted on: Jul 04, 2012
    star star star star star

    EPiServer 7 comes with a new user interface. It’s built as a client side application using JavaScript and is based on the client side framework Dojo. This affects editing of objects, for instance pages, and in EPiServer 7 we introduce a new way to...

  • Syndicated blog - Posted on: Jul 04, 2012

    This blog post is about how to secure the ASP.NET Web API when implemented together with EPiServer CMS. Background In my blog post Creating a REST data store in EPiServer 7 Preview I stated that the implementation of the REST data store in EPiServ...

  • Syndicated blog - Posted on: Jul 04, 2012

    Some times you want to render pages or controls outside the regular EPiServer page context. In my case, I was rendering an .ascx -file in an IHttpHandler and outputting it asynchronously through Javascript - which caused some trouble with friendly...