Publish .net core MVC from visual studio to linux

Can I edit the .NET Core MVC application in Visual Studio and deploy to a Linux server (e.g. Ubuntu).

Are there any tutorials for this problem?

+4
source share
2 answers

You can check this page in the ASP.NET CORE documentation - https://docs.microsoft.com/en-us/aspnet/core/publishing/linuxproduction

A good example can also be found in this blog post from Scott Hanselman - https://www.hanselman.com/blog/PublishingAnASPNETCoreWebsiteToACheapLinuxVMHost.aspx

script , :

+3

, Visual Studio Ubuntu, (, SSH), Git, , .

0

Source: https://habr.com/ru/post/1669850/


All Articles