Some of the more difficult exceptions to debug are those thrown deep inside-third party frameworks. Everybody knows you can decompile a dll and look at the source code, but that can only take you so far. Wouldn't it be great if you could set a breakpoint in that…
Following the exciting release of .NET Core 3.0, I was expecting that our services would handle the upgrade from 2.2 to 3.0 with ease. After the upgrade, however, the services sometimes responded with "Unhealthy" and a 503 status code!
The connection was not closed. The…
Novacare presenterer ukens utvikler! Hver uke fremover kan du bli bedre kjent med de som jobber hos oss, og denne uken er det Sigve Fast du kan lese mer om.…
There are several methods that will give you an URL to a Episerver content, but they do not all work the same. I dive into the details.…
In Episerver CMS, you are probably familiar with the fundamental concept of grouping properties into tabs. You may place your own properties in the existing tabs (Content, Settings etc) or create your own tabs with descriptive names.
You may, however also tamper with the special tab PageHeader!
What if editors…
Tidligere i år ble Departementenes sikkerhets- og serviceorganisasjon (DSS) sitt intranett kåret til et av verdens beste og vi i Novacare har vært så heldige å ha Vidar Olsen, en av våre utviklere med på teamet. Vi har tatt en prat med både han, Hilde Kari Sundet og Petter Thorsrud…
Preventing broken links is an important part of maintaining a website. Episerver's Link Validating job tries to help us, but unfortunately, it has its shortcomings.
How it works
Episerver keeps track of all links and stores them a database table called tblContentSoftlink. This table has multiple uses.
It…
It's not always easy to tell what is happening inside a kubernetes cluster. There are many alternatives like prometheus that can do alerting and monitoring for you. However by using AKS (Azure Kubernetes Service) you get a lot of Azure tools included. Most prominently the centralized logging with…
I recently had an issue when I tried to deploy the correct configuration for a .NET Core application. I managed to mix up the environment names used in the application itself, in IIS and in Octopus Deploy. The result was that none of my configuration files worked as expected, with…