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)
Перейти к файлу
Wade Berrier e17560d7f8 version bump
svn path=/trunk/xsp/; revision=55165
2006-01-06 19:04:32 +00:00
man 2005-11-02 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2005-11-02 18:56:16 +00:00
scripts 2005-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2005-07-26 23:38:00 +00:00
src 2005-12-27 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2005-12-27 10:25:48 +00:00
test svn path=/trunk/xsp/; revision=49233 2005-08-31 23:34:22 +00:00
test2
tools fix paths. Bug #76357 2005-10-07 04:38:50 +00:00
.cvsignore
AUTHORS
COPYING
ChangeLog 2005-12-27 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2005-12-27 10:25:48 +00:00
INSTALL update 2005-07-25 06:10:48 +00:00
Makefile.am renamed "server" to "src" 2005-05-30 21:57:06 +00:00
NEWS 2005-05-16 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2005-05-16 22:39:22 +00:00
README
autogen.sh
configure.in version bump 2006-01-06 19:04:32 +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