How to Host an Umbraco 9 site with IIS



How to Host an Umbraco 9 site with IIS

How to Host an Umbraco 9 site with IIS

Learn how to host your .NETCore Umbraco V9 website to IIS with multiple domains to have a multilingual site and learn about dotnet publish command.

Microsoft Docs – Publish .NETCore Application to IIS
https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis

HOSTS File Editor Tool
https://github.com/scottlerch/HostsFileEditor

Timestamps
00:00 Intro
01:20 Installing & Setting Up .NET Core Hosting Bundle
02:53 Creating an example Umbraco 9 project
07:31 Using dotnet publish to deploy to a folder
09:55 Copying Published Folder to New Location for IIS
11:44 Creating new website in IIS
12:21 Adding entries to HOSTS file
14:01 Setting up Umbraco CMS to be multilingual
16:58 Outro