Can I run an ASP.net app and a MS SQL Server on a Linode?

Linode Staff

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:

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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct