Wouldn’t it be cool to run .NET applications on Linux. Well, you can using Mono. Here is a quick setup guide for Debian users.
Add the following line to /etc/apt/sources.list and save
deb ftp://mirrors.kernel.org/debian/ unstable main
Update your sources
apt-get update
Install Mono
apt-get install mono
Install the Mono web server
apt-get install mono-xsp
Create a folder in /var/www called “aspnet”
mkdir /var/www/aspnet
Navigate to the […]

continue reading.....