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)
Перейти к файлу
Marek Habersack 1e14a1752e Backport of r155319
svn path=/branches/mono-2-6/xsp/; revision=155320
2010-04-13 17:45:32 +00:00
docs 2007-10-22 Robert Jordan <robertj@gmx.net> 2007-10-22 13:01:36 +00:00
man Backport of r154545 2010-03-31 11:44:33 +00:00
packaging Fix Bug 484465 – xsp init script's status option always says "running" 2009-03-11 23:48:33 +00:00
scripts 2008-10-01 Miguel de Icaza <miguel@novell.com> 2008-10-01 04:30:40 +00:00
src Backport of r155319 2010-04-13 17:45:32 +00:00
test 2009-08-21 Marek Habersack <mhabersack@novell.com> 2009-08-20 22:12:35 +00:00
test2 update 2003-11-27 01:14:52 +00:00
tools Added xsp hosting infrastructure 2007-11-07 14:50:00 +00:00
unittests * Makefile.am (security_test_sources): Files are in $(srcdir). 2008-02-25 17:29:05 +00:00
AUTHORS 2004-04-06 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2004-04-06 02:07:09 +00:00
COPYING awesomeness 2009-03-05 09:41:27 +00:00
ChangeLog Backport of r155319 2010-04-13 17:45:32 +00:00
INSTALL update stuff about xsp2, and remove the docs about --profile=net_2_0 2006-03-24 16:42:43 +00:00
Makefile.am include unittests in the distribution, install them in lib/unittests/ 2007-11-14 21:34:53 +00:00
NEWS 2005-05-16 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2005-05-16 22:39:22 +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 version 2.6.4 2010-04-05 22:02:49 +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