How do I host/publish my .Net Core WebAPI on Ubuntu?
问题 I am learning .Net Core. I have developed WebApplication using ASP.Net MVC and as it can be installed and run on Local IIS. What's the similar way to Host / Publish .Net Core WebApi in Ubuntu and Linux instead of running on specific port like 5000? Is docker helpful for that context? If yes then how can I use it? Is it possible to host / publish without docker? How can i Host / Publish without Docker? I also read following link and implemented all steps. Publish to a Linux Production