fastcgi-mono-server2
ASP.NET 2.0 backend for FastCGI webservers
Install
- All systems
-
curl cmd.cat/fastcgi-mono-server2.sh
- Debian
-
apt-get install mono-fastcgi-server2
- Ubuntu
-
apt-get install mono-fastcgi-server2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-fastcgi-server2
- Raspbian
-
apt-get install mono-fastcgi-server2
- Dockerfile
- dockerfile.run/fastcgi-mono-server2
mono-fastcgi-server2
ASP.NET 2.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 should be 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).