A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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
In this blog I will talk about how easy (or hard) it is to switch from Lucene to Solr. EPiServer Commerce R2 SP2 comes with three providers: Lucene (default), Solr and Solr 3.5. While the Lucene provider is .NET, Solr is based on Java and thus nee...
This blog post is about how to implement ASP.NET MVC 4 output cache with EPiServer 7 Preview. Output cache in ASP.NET MVC 4 Output cache in ASP.NET MVC is built on top of the ASP.NET framework. Though ASP.NET MVC manages full page output cache and...
This blog post is about how to implement ASP.NET MVC 4 output cache with EPiServer 7 Preview. Output cache in ASP.NET MVC 4 Output cache in ASP.NET MVC is built on top of the ASP.NET framework. Though ASP.NET MVC manages full page output cache and...
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...
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...
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...
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...
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...