DEV Community

Discussion on: Anyone using ASP.NET Core 3.x on a Linux shared web host?

 
drdream profile image
Tim Davis

This comment is very outdated to be posting in 2019. and quite frankly its rubbish..Net core runs just fine on linux with just one package (the .net core runtime).. so its as simple as installing that package. You will indeed get lost in a land of proxy servers, config files, and what not but it does work. Not only that but you can run that same code on Android, IOS, OSX, Docker, and Cloud compute instances.

Thread Thread
 
metalmikester profile image
Michel Renaud

Indeed. We've been running .NET Core apps on Linux servers (and Windows servers - we use a mix) at work since late 2017/early 2018 without any issues. My problem has been finding a Linux shared hosting solution that supports it. I'm not sure I want to bother with administering a VPS. But development is going very slowly for various reasons, soooo... :(