受欢迎的博客标签

How to Upload ASP.NET Core Project on Ubuntu 18.04 (WeiXinThirdServer)

Published

Deploying Real World ASP.NET Core on Ubuntu 18.04 – Part 1

 

step 1:upload your project to Ubuntu 

winscp

copy project to Ubuntu 

step 2:run web server on Ubuntu 

you can open multi termial on winscp by choice PuTTy,then you can run multi web server by configure diffrent port. 

cd /var/www/weixin/WeiXinThirdServer

dotnet run --urls http://localhost:9000

 

.Net Core程序发布到Linux

https://www.cnblogs.com/Neallin/articles/5606781.html