Monthly Archives: April 2018

Asp.net Core publish on Ubuntu

1. Download asp.net core sdk 2 from Microsoft website 2. link ‘dotnet’ command line to ‘/usr/bin/dotnet’ 3. publish project and zip all binary files including dlls, scp zip to ubuntu vps 4. export ASPNETCORE_URLS=”http://*:80″ This step is very important, because … Continue reading

Posted in Uncategorized | Comments Off on Asp.net Core publish on Ubuntu