mod-mono-server4
A small web server that hosts ASP.NET
Install
- All systems
-
curl cmd.cat/mod-mono-server4.sh
- Debian
-
apt-get install mono-apache-server4
- Ubuntu
-
apt-get install mono-apache-server4
- Kali Linux
-
apt-get install mono-apache-server4
- Fedora
-
dnf install xsp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-apache-server4
- Raspbian
-
apt-get install mono-apache-server4
- Dockerfile
- dockerfile.run/mod-mono-server4
xsp
A small web server that hosts ASP.NET
mono-apache-server4
ASP.NET 4.5 backend for mod_mono Apache module
mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET web applications via Apache. mod_mono will call mono-apache-server to parse and compile the aspx code. This package requires you to install libapache2-mod-mono for Apache 2.0.