Manoj Verma
Manoj Verma

Reputation: 364

Hosting ASP.NET Core application on shared Linux hosting

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

I am trying to play with asp.net core and able to run my application on ubantu os(On Virtual Machine). But i just wanted to hosted dot net core application on shared linux hosting environment where simply upload published file.

I was following Tony's blog, to play with core.

We need DNVM, DNU and DNX to run application, but we don't have terminal to execute these commands on shared hosting.

Help me figure out the solution.

Upvotes: 11

Views: 8549

Answers (1)

tvdias
tvdias

Reputation: 840

It is somewhat possible... and actually, Scott Hanselman just did it using .NET Core 2.1 (still in preview, although). He got it running on GoDaddy's shared Linux plan. You may follow his step by step here, but you are strongly adviced not to do it.

Upvotes: 5

Related Questions