Skip to main content

Publishing an ASP.NET Core website to a Linux VM host

STEP 0 - GET A HOST (Google cloud, Azure, EurabiaHOSTING, ...)

STEP 1 - GET .NET CORE ON YOUR LINUX MACHINE

STEP 3 - EXPOSE YOUR WEB APP TO THE OUTSIDE.

STEP 4 - SETUP A REVERSE PROXY LIKE NGINX OR Apache

Read the full article from SCOTT HANSELMAN blog

Comments

Post a Comment

Pascal Fares and Open Source Lebanese Movement >

Popular posts from this blog

Setting up MySQL SSL and secure connections

There are different articles on how to setup MySQL with SSL but it’s sometimes difficult to end up with a good simple one. Usually, setting up MySQL SSL is not really a smooth process due to such factors like “it’s not your day”, something is broken apparently or the documentation lies... Read this article : Setting up MySQL SSL and secure connections Pre-requisite : Creating SSL Certificates and Keys Using openssl

Python

Python is an easy to learn and powerful programming language, with a comprehensive standard library that provides functions and interfaces for almost any task. It is object-oriented, extensible and interpreter-based, which means it scales well to all types of projects, from small scripts to extensive code bases. Its elegant syntax allows writing code that is extremely readable and concise. http://www.python.org/