Run ASP.NET Core Websites with Command Line Arguments
The DLL file that contains ASP.NET Core application can run on KestrelHttpServer without the need to IIS. When you run it with dotnet cli, it works like a console application. So we want to deploy...