Deploying .NET MVC on Ubuntu Linux using PM2 and Nginx
Introduction
In this guide, we will walk you through the steps to build, publish, and deploy your .NET MVC application using PM2 and Nginx. PM2 will help us manage the application as a daemon process, ensuring it runs continuously, while Nginx will s...
mdusama.hashnode.dev3 min read