Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can ASP.NET CORE app be deployed on windows shared hosting

I want to host a ASP.NET Core application on shared windows host. I read the documentation and as far as I understood it can depend directly on the .NET framework, but other tutorials says that it cannot be done without the .NET Core (also my windows hosting provider said that it cannot be done).

Does the ASP.NET Core application can be host on windows shared hosting machine or additional configurations need to be done ?

Thanks.

like image 315
Gabriel kotev Avatar asked Nov 16 '16 08:11

Gabriel kotev


1 Answers

Yes, you can. But your host needs the .NET Core Windows Server Hosting. Once your host has this installed, you can run your .net core app (full .net or .net core).

You can find more info here.

like image 131
Fabricio Koch Avatar answered Oct 04 '22 19:10

Fabricio Koch