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 88d6ee8534 [Shim] Check for functions during configure 2013-09-04 14:30:31 +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
lib "Libancillary" test 2013-07-12 14:03:48 +02:00
man Delete .cvsignore files 2013-07-18 09:54:02 +02:00
packaging Fix Bug 484465 – xsp init script's status option always says "running" 2009-03-11 23:48:33 +00:00
scripts Delete .cvsignore files 2013-07-18 09:54:02 +02:00
shim [Shim] Drop egid -> gid 2013-09-04 12:53:10 +02:00
src [Fpm + WebServer] New impersonation API 2013-09-04 12:47:34 +02:00
test Delete .cvsignore files 2013-07-18 09:54:02 +02:00
test-fpm [Shim] Drop egid -> gid 2013-09-04 12:53:10 +02:00
test2 update 2003-11-27 01:14:52 +00:00
tools Delete .cvsignore files 2013-07-18 09:54:02 +02:00
unittests Removed 1.1 bits from build 2009-10-02 08:26:02 +00:00
.gitignore [Fpm] Working on the shim interaction 2013-08-28 13:01:34 +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 [Shim] Initial commit 2013-08-22 19:28:38 +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 [Fpm] Prepare auto* for native code 2013-07-11 22:12:08 +02:00
configure.ac [Shim] Check for functions during configure 2013-09-04 14:30:31 +02:00
xsp.sln [FastCgi + Fpm] Fixing mono-fpm 2013-08-21 00:15:29 +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