Search code examples
asp.netlinuxmono

ASP.NET on a linux webserver


Can I host a asp.net application on a linux based webserver?

Do they allow .net framework to be installed on linux?


Solution

  • Mono might work for you. It's an open source implementation of .NET that runs on Linux. It requires installation.

    You can test your ASP.NET application with MOMA (Mono Migration Analyzer) first to see if it will work.