HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xsp — Mono ASP.NET Web Server. More information: <https://www.mono-project.com/docs/web/aspnet/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
servermonocommandxspnetcliaspweb

Problem

How to use the xsp command: Mono ASP.NET Web Server. More information: <https://www.mono-project.com/docs/web/aspnet/>.

Solution

xsp — Mono ASP.NET Web Server. More information: <https://www.mono-project.com/docs/web/aspnet/>.

Listen on all interfaces (0.0.0.0) and port 8080:
xsp


Listen on a specific IP address and port:
xsp --address {{127.0.0.1}} --port {{8000}}

Code Snippets

Listen on all interfaces (`0.0.0.0`) and port `8080`

xsp

Listen on a specific IP address and port

xsp --address {{127.0.0.1}} --port {{8000}}

Context

tldr-pages: common/xsp

Revisions (0)

No revisions yet.