Question
How to enable webaccess to a webapplication running on .netcore installation on ubunto 18.4
I have been following this tutorial on how to install ASP.NET Core 2.1 on Ubuntu. I was able to make an mvc application so far. But i dont know how I can allow remote access from the internet?
Maybe i should allow it from the firewall “ufw”? Allow traffic from port 80?