How To Install Nginx, MySQL, PHP, PhpMyAdmin, .NET Core in Ubuntu 18.04 [Music no 8]
I wrote this post because I tried to have on one Linux server .NET Core app and MySQL with PhpMyAdmin tool. On the Internet I found how to do it on 16.04, but it doesn’t work as ea...
One code, two apps, different connection strings. How to managed that problem on asp.net core 2 [Music no 6]
I want to host two applications on one Linux server. One app for dev, another app for users. The problem which I have is that I try managed with sensitive data like connection stri...
How to debug .net core 2 app on linux server via visual studio 2017 on windows? [Music no 4]
Follow those steps if the app is up and running 🙂 Go to putty: sudo apt-get update sudo apt-get install openssh-server unzip curl Debug -> Attach to process Select Connection type...
How to set up Linux server for asp.net core 2 web app and make it visible on internet? Part 3 [Music no 3]
How to publish site with Visual Studio 2017 to Linux server: sudo apt-get update sudo apt-get install openssh-server unzip curl Y Go to VS2017 and hit publish on project: Set up de...