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