mono-fpm
A small web server that hosts ASP.NET
Install
- All systems
-
curl cmd.cat/mono-fpm.sh
- Debian
-
apt-get install mono-fpm-server
- Ubuntu
-
apt-get install mono-fpm-server
- Kali Linux
-
apt-get install mono-fpm-server
- Fedora
-
dnf install xsp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-fpm-server
- Raspbian
-
apt-get install mono-fpm-server
- Dockerfile
- dockerfile.run/mono-fpm
xsp
A small web server that hosts ASP.NET
mono-fpm-server
ASP.NET backend for FastCGI Process Manager
mono-fpm-server contains the backend for FPM. It lets you run ASP.NET web applications via HTTP servers such as Lighttpd or Apache. The FastCGI webserver shouldbe configured to run fastcgi-mono-server to parse and compile the aspx code. This package requires you to install any FPM webserver, such as Lighttpd or Apache (see libapache2-mod-fastcgi).