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)
Перейти к файлу
Leonardo Taglialegne 7392d4bf52 [Fpm] Setup autotools for fpm 2013-07-11 17:14:10 +02:00
build [xsp] Autotools and build system improvements. 2011-04-14 03:05:41 +02:00
docs [xsp] Autotools and build system improvements. 2011-04-14 03:05:41 +02:00
man Added two new configurations to mod-mono-server and xsp 2011-08-23 15:33:35 -07:00
packaging Fix Bug 484465 – xsp init script's status option always says "running" 2009-03-11 23:48:33 +00:00
scripts Install 4.x version into correct location. Fixes #2876 2012-02-01 20:08:57 +00:00
src [Fpm] Setup autotools for fpm 2013-07-11 17:14:10 +02:00
test [Unit tests] Rewrite test\index.aspx in html5 2013-06-18 00:26:11 +02:00
test2 update 2003-11-27 01:14:52 +00:00
tools [xsp] Hush some warnings, move keysign options to Makefiles 2011-04-14 03:07:22 +02:00
unittests Removed 1.1 bits from build 2009-10-02 08:26:02 +00:00
.gitignore [All] Silence deprecation warnings 2013-07-05 17:59:36 +02:00
AUTHORS 2004-04-06 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2004-04-06 02:07:09 +00:00
COPYING Test 2012-01-14 02:09:05 -05:00
ChangeLog 2010-03-31 Marek Habersack <mhabersack@novell.com> 2010-03-31 11:44:04 +00:00
INSTALL Test 2010-11-20 12:28:16 -05:00
Makefile.am [xsp] Autotools and build system improvements. 2011-04-14 03:05:41 +02:00
NEWS Testing 2 2010-07-22 14:41:59 -04:00
README [xsp] another test, please ignore 2010-11-06 02:45:12 +01:00
autogen.sh [xsp] Autotools and build system improvements. 2011-04-14 03:05:41 +02:00
configure.ac [Fpm] Setup autotools for fpm 2013-07-11 17:14:10 +02:00
xsp.sln [All] Add fpm, split ConfigurationManager 2013-06-26 21:14:10 +02:00
xsp.spec.in Install 4.x version into correct location. Fixes #2876 2012-02-01 20:08:57 +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