asp.net - Is it possible to publish aspnet core to shared linux server? -
i searched lot find source how publish.net core projects free hosting (shared) servers. couldn't find it. don't talk publish linux vm servers. free web servers not have console. they?
i know use ftp solutions.i couldn't find article publish aspnet core linux public server via ftp.
is possible?
in general, enable port 22 on hosting site's config, scp
published project copy there, run dotnet restore
, dotnet run
on remote server ssh -t
. particular company mentioned, 000webhost, allows ssh on paid tier, , looks focused on php , mysql anyways. suggest aws instance, or other full server hosting company, , move app there.
Comments
Post a Comment