mono-xsp4-admin
simple web server to run ASP.NET 4.0 applications
Install
- All systems
-
curl cmd.cat/mono-xsp4-admin.sh
- Debian
-
apt-get install mono-xsp4
- Ubuntu
-
apt-get install mono-xsp4
- Kali Linux
-
apt-get install mono-xsp4
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-xsp4
- Raspbian
-
apt-get install mono-xsp4
- Dockerfile
- dockerfile.run/mono-xsp4-admin
mono-xsp4
simple web server to run ASP.NET 4.0 applications
XSP is a simple web server written in C# that can be used to run your ASP.NET 4.0 applications. This is the standalone ASP.NET web server. If you want to run ASP.NET applications with Apache, look at mono-apache-server.