| XSP | |
|---|---|
| Original author | Ximian |
| Developers | .NET Foundation andXamarin (aMicrosoft subsidiary) |
| Stable release | 4.7.1 / January 21, 2020; 6 years ago (2020-01-21) |
| Written in | C# |
| Operating system | Linux |
| Platform | .NET Framework,Mono |
| Type | Web server that hostsASP.NET's system |
| License | Microsoft Public License |
| Website | mono-project |
| Repository | |
XSP is a simple, standaloneweb server written inC# that hostsASP.NET's System forLinux[1] and otherUnixoperating systems. It runs on theMono runtime for Linux and the.NET Framework runtime, making it usable as a lightweight web server on any platform supporting .NET.[2]
XSP was the original name of the internal project atMicrosoft that became ASP.NET. The name pays homage to the original name of what became ASP.NET.[citation needed]
XSP is commonly used as a lightweight host for ASP.NET applications during development and testing, providing a minimal web server environment that supports the System.Web facilities of the Mono runtime. It is often employed in situations where a full production‑grade server is not required, such as experimenting with ASP.NET features or running simple web applications in cross‑platform environments.[3]