Select Page
How to get execution folder in PowerShell

How to get execution folder in PowerShell

Recently I explained how to install windows service using PowerShell. The problem with that code was that the path to the binary file was hardcoded in my sample, which is a bad practice. If you decide to use a different installation path, you need to remember to...
How to create a custom 404 page in Umbraco 8

How to create a custom 404 page in Umbraco 8

When you develop a new website using Umbraco, you may notice that the 404 page is intentionally left ugly and you need to make sure it does have some lovely template. It is possible and straightforward to create a great 404 page in Umbraco using just Umbraco CMS. It...