One of the things I like about Linux (aside from it being free), is that you can deploy a website using SSH rather than FTP. This is more secure because SSH uses encryption and a single port. In this post, I will show you how to deploy an ASP.NET Core website using Git and a Post Receive hook. … [Read more...]
How to Run an ASP.NET Core Website in Production on Ubuntu Linux
With the release of .NET Core and ASP.NET Core it's now possible to run modern web applications written in C# on Linux. In this post, I will show you how to configure a Ubuntu server to run an ASP.NET Core site in production. … [Read more...]