Hosting ASP.NET Core Application on Shared Linux Hosting

Started by Bhagyeshree, April 05, 2019, 01:50:43 PM

Previous topic - Next topic

Bhagyeshree

Can I host ASP.NET core applicaiton on my shared Linux hosting account? If yes, what are the requirements of it?

Pallavi

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.