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.
source share