fastcgi-mono-server4
A small web server that hosts ASP.NET
Install
- All systems
-
curl cmd.cat/fastcgi-mono-server4.sh
- Debian
-
apt-get install mono-fastcgi-server4
- Ubuntu
-
apt-get install mono-fastcgi-server4
- Kali Linux
-
apt-get install mono-fastcgi-server4
- Fedora
-
dnf install xsp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-fastcgi-server4
- Raspbian
-
apt-get install mono-fastcgi-server4
- Dockerfile
- dockerfile.run/fastcgi-mono-server4
xsp
A small web server that hosts ASP.NET
mono-fastcgi-server4
ASP.NET 4.0 backend for FastCGI webservers
mono-fastcgi-server contains the backend for FastCGI. 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 FastCGI webserver, such as Lighttpd or Apache (see libapache2-mod-fcgid).