Can I run an ASP.net app and a MS SQL Server on a Linode?
Hi!
I want to host my ASP.net app along with a MS SQL Server database on Linode. Is this possible to do on your platform?
1 Reply
It's possible!
Microsoft has been embracing Linux more and more over the last few years. So, now we have both an official .NET implementation and open-source alternatives! You could deploy your own ASP.net app on a Linode by running the .NET Core. Microsoft has a pretty thorough guide for setting this up on an Ubuntu 16.04 server which could be adapted to work with a Linode (using Ubuntu 16.04, of course):
Hosting ASP.net core on Linux
Getting started with .NET Core
There are also notable open-source implementations of ASP.Net, like The Mono Project:
MS SQL Server 2017 is also compatible with both Windows and Linux.
Microsoft SQL Server on Windows and Linux
Installation Guidance for MS SQL Server