2002-12-10 02:26:07 +03:00
|
|
|
* Welcome to XSP!
|
|
|
|
-----------------
|
2002-05-08 00:42:19 +04:00
|
|
|
|
2002-12-10 02:26:07 +03:00
|
|
|
The XSP server is a small web server that hosts the Mono
|
|
|
|
System.Web classes for running what is commonly known as ASP.NET.
|
2002-05-14 22:49:04 +04:00
|
|
|
|
2004-05-28 09:07:25 +04:00
|
|
|
See INSTALL for details on how to install XSP.
|
2002-12-10 02:26:07 +03:00
|
|
|
|
|
|
|
* Directory Layout
|
|
|
|
------------------
|
2002-05-14 22:49:04 +04:00
|
|
|
|
|
|
|
doc/
|
2002-12-10 02:26:07 +03:00
|
|
|
Some documentation about the XSP server.
|
2002-05-14 22:49:04 +04:00
|
|
|
|
|
|
|
test/
|
|
|
|
Little sample ASP.NET pages
|
2002-10-23 15:01:40 +04:00
|
|
|
|
|
|
|
server/
|
2002-12-05 06:46:40 +03:00
|
|
|
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.
|
2002-10-23 15:01:40 +04:00
|
|
|
|
2004-05-19 04:13:53 +04:00
|
|
|
tools/
|
|
|
|
asp_state, dbsessmgr and nunit-asp
|
2002-12-10 02:26:07 +03:00
|
|
|
|
2002-05-08 00:42:19 +04:00
|
|
|
Maintainer: gonzalo@ximian.com
|