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 my last blog post, http://world.episerver.com/Blogs/Eric-Pettersson/Dates/2013/2/Example-of-baseclass-and-access-to-StartPage-in-your-CMS-7-projects/ , I explained how you can access the startpage as strongly typed so that you can access the us...
This post assumes you have EPiServer 7 installed on your machine. If you don’t have it then it is available from EPiServer world (once you have created an account). There are 2 main options for creating a new EPiServer 7 MVC stylee site: Create a...
MiniProfiler is a great tool for allowing in-situ profiling to be performed directly on a production site; by your development team whilst hiding any detailed specific information from a standard end user. It was developed by Sam Saffron who built...
A bug in the Powershell script for EPiServer 6 will make Deployment Center throw an error on Windows 8. Here's a quickfix until an official patch is released.
A frequent request for ImageVault is to be able to archive media files at a predefined date. Though exactly what archiving a file are actually supposed to mean has about as many answers as the requests for this feature. Hence I thought it would be...
I was given the task to import pages from EPiServer 4.6 to a new EPiServer 7 site. Access was limited and I had no possibility to modify the code or configuration of the 4.6 project. I went for a solution where an export package was used. First I...
Avoiding Duplicate Content I think everyone loves the Simple Address feature in EPiServer CMS to easily set up friendly URLs. If you haven't come across it, Simple Address lets you set a simple URL that will come after the site domain. This is...
Here is how you can use Web API in an EPiServer CMS 7 MVC project with dependency injection in the API controllers.