Month: May 2018
-
Episerver CMS Audit NuGet package
In my last Episerver post, I talked about a tool that provides visualisation on how content types are used across multiple sites. I finally got the chance to package it up and make available as a NuGet package. I haven’t published it in any feed as I’m not sure how stable it is so please use…
-
How to setup an Umbraco CMS from scratch and host in Azure
In this blog post, we will go through what it takes to setup a new Umbraco CMS for hosting in Azure. If you can’t be bothered hosting this on your own, you can always use Umbraco’s cloud offering, and skip this entire tutorial. There are three steps: Azure – prepare your resources (web app, database,…
-
How to setup your Umbraco media folder with an Azure storage account
In this blog post, we will go through how you can setup your Umbraco media files to use an Azure storage account. This process involves installing the NuGet package UmbracoFileSystemProviders.Azure. Pre-requisites: Before proceeding below, make sure you already have an Azure Blob storage account with at least one container (i.e. media) and that you have…
-
Growing Episerver DXC instance? You might want a tool like this…
I’ve recently just started working with a new client who has an existing Episerver DXC implementation with about 16 sites (12 live, 4 underway). I was quite overwhelmed with the number of content types in their solution: 65 page types and about 130 block types. Below is an architecture diagram of just page types. When…
-
Episerver – HtmlHelper does not contain a definition for ShellInitializationScript
If you have tried extending the navigation of Episerver and implemented a custom module with its own view and got the following errors: ‘System Web WebPages Html HtmlHelper’ does not contain a definition for ‘ShellInitializationScript’ and the best extension method overload ‘EPiServer Shell Web Mvc Html ScriptExtensions ShellInitializationScript( System Web Mvc HtmlHelper)’ has some invalid…
-
Episerver Upgrade – Search Breaking changes
I’ve had to recently upgrade an episerver website from 8.9 to 11 and stumbled on a few breaking changes which were pretty straight-forward to fix. However, the entire SearchService.cs class had a lot of errors after the upgrade and it no longer knows about the classes that belong to EPiServer.Search.Queries. Turns out everything related to…
-
Episerver Alloy – Could not open new database – File activation failure
Someone asked me today how to fix this error that he encountered after creating a new Episerver MVC project with the Alloy Template. I remember seeing this before myself and so I’m putting up a post for those out there who encounter the same problem. Server Error in ‘/’ Application. Could not open new database ‘EPiServerDB’.…