How to fix scheduled job 'Remove Abandoned BLOBs' if it keeps failing

by Henning Sjørbotten

Optimizely CMS got a nice built-in scheduled job called 'Remove Abandoned BLOBs', that helps you with deleting old blobs that is no longer in use. Mostly, this job is problem free, but some solutions sometimes get an access rights bug - "Access to the path 'my/…

Creating Episerver Admin plugins using MVC

by Henning Sjørbotten

It's long past due to forget your webforms skills. Here is a simple recipe for how to make Episerver admin tools in MVC.…