Ubuntu 14.04.3: Apache mit .ASPX – Unterstützung

apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /etc/apt/sources.list.d/mono-xamarin.list

apt-get update
apt-get install mono-runtime
apt-get install mono-mcs
apt-get install libapache2-mod-mono
a2enmod mod_mono_auto
service apache2 restart

Hier finden Sie eine einfache aspx-Testseite, um die Konfiguration zu testen.