ASP.NET Core Hosting on Linux Shared Hosting

Now asp.net core is released, so we can develop / deploy .net application on any platform.

I try to play with the asp.net kernel and can run my application on ubantu os (On Virtual Machine). But I just wanted to host the dot net network core in a shared linux hosting environment, where just upload the published file.

I followed Tony's blog to play with the core.

We need DNVM, DNU and DNX to run the application, but we do not have a terminal to execute these commands on shared hosting.

Help me figure out the solution.

+6
source share
1 answer

This is somewhat possible ... and actually Scott Hanselman just did it using .NET Core 2.1 (still in the preview, though). He included it in the overall Linux GoDaddy plan. You can follow it step by step here , but it is highly recommended not to do this.

+1
source

All Articles