Control ASP.NET Server - Launch Web Apps with xsp | Online Free DevTools by Hexmos
Launch ASP.NET web applications easily with xsp. Control your Mono web server configuration and specify address and port. Free online tool, no registration required.
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 port8080:
xsp
- Listen on a specific IP address and port:
xsp --address {{127.0.0.1}} --port {{8000}}