ASP.NET on a linux webserver
asp.net, linux, mono
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.
Problem
Can I host a asp.net application on a linux based webserver? Do they allow .net framework to be installed on linux?