Mono's ASP.NET hosting server. This module includes an Apache Module, a FastCGI module that can be hooked to other web servers as well as a standalone server used for testing (similar to Microsoft's Cassini)
Перейти к файлу
Lluis Sanchez 1c8eae65eb Changed directory structure and added tests for asp.net 2.0
svn path=/trunk/xsp/; revision=39262
2005-01-20 17:22:57 +00:00
man renamed doc as man 2005-01-20 01:16:43 +00:00
scripts Some 'distcheck' fixes. 2004-12-15 09:15:26 +00:00
server 2005-01-20 Lluis Sanchez Gual <lluis@ximian.com> 2005-01-20 11:47:45 +00:00
test Changed directory structure and added tests for asp.net 2.0 2005-01-20 17:22:57 +00:00
test2 update 2003-11-27 01:14:52 +00:00
tools removed nunitasp 2005-01-20 01:10:55 +00:00
.cvsignore 2004-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2004-06-02 05:03:28 +00:00
AUTHORS 2004-04-06 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2004-04-06 02:07:09 +00:00
COPYING 2004-11-24 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2004-11-24 19:06:20 +00:00
ChangeLog 2005-01-20 Lluis Sanchez Gual <lluis@ximian.com> 2005-01-20 11:47:45 +00:00
INSTALL updated 2005-01-10 21:20:24 +00:00
Makefile.am renamed doc as man 2005-01-20 01:16:43 +00:00
NEWS 2004-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2004-06-02 05:03:28 +00:00
README 2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2004-05-28 05:07:25 +00:00
autogen.sh 2004-11-12 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2004-11-12 21:55:08 +00:00
configure.in renaming 2005-01-20 01:18:42 +00:00

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