https://github.com/mono/linux-packaging-xsp
Packaging metadata for mono-project.com packages
https://github.com/mono/linux-packaging-xsp
Last synced: about 1 year ago
JSON representation
Packaging metadata for mono-project.com packages
- Host: GitHub
- URL: https://github.com/mono/linux-packaging-xsp
- Owner: mono
- License: other
- Archived: true
- Created: 2014-09-10T17:55:54.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T02:20:02.000Z (over 3 years ago)
- Last Synced: 2025-02-20T18:49:51.859Z (over 1 year ago)
- Language: Makefile
- Size: 1.14 MB
- Stars: 5
- Watchers: 23
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
* Welcome to XSP!
-----------------
The XSP server is a small web server that hosts the Mono
System.Web classes for running what is commonly known as ASP.NET.
See INSTALL for details on how to install XSP.
* Directory Layout
------------------
doc/
Some documentation about the XSP server.
test/
Little sample ASP.NET pages
server/
A stand alone web server that works with mono and MS runtime.
We are using it to debug/complete our classes.
MonoApplicationHost and MonoWorkerRequest can be used to embed
an ASP.NET serve in your application.
tools/
asp_state, dbsessmgr and nunit-asp
Maintainer: gonzalo@ximian.com