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 75ceda12bb [Fpm] Null checks 2013-07-10 13:10:51 +02:00
build
docs
man
packaging
scripts
src [Fpm] Null checks 2013-07-10 13:10:51 +02:00
test
test2
tools
unittests
.gitignore [All] Silence deprecation warnings 2013-07-05 17:59:36 +02:00
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
NEWS
README
autogen.sh
configure.ac
xsp.sln [All] Add fpm, split ConfigurationManager 2013-06-26 21:14:10 +02:00
xsp.spec.in

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