Can I host ASP.NET core applicaiton on my shared Linux hosting account? If yes, what are the requirements of it?
You will require the below things for hosting the ASP.NET core application on shared Linux hosting:
1. A server running CentOS 7 with a standard user account with sudo privilege.
2. Installation of the .NET Core runtime on the server.
3. Existing ASP.NET core app.