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 a6ade495a9 2007-08-18 Josh Tauberer <jit@occams.info>
* src/Mono.WebServer/BaseRequestBroker.cs: Correct a mistake
            in my previous patch: checking for wrap-around on requests_served
            counter, since we bitmask it 0x7FFF, wrap-around occurs at 0x8000.

svn path=/trunk/xsp/; revision=84355
2007-08-18 20:47:28 +00:00
docs * configure.in: 2007-07-09 20:56:30 +00:00
man Update 2007-01-27 19:45:44 +00:00
scripts 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2006-08-16 20:14:39 +00:00
src 2007-08-18 Josh Tauberer <jit@occams.info> 2007-08-18 20:47:28 +00:00
test Metadata is not exposed by Page.Header, remove 2006-04-08 19:06:29 +00:00
test2
tools 2007-05-06 Wade Berrier <wberrier@novell.com> 2007-06-07 23:56:48 +00:00
unittests In Tests.XSP.Security: 2007-01-08 16:40:57 +00:00
.cvsignore
AUTHORS
COPYING
ChangeLog 2007-08-18 Josh Tauberer <jit@occams.info> 2007-08-18 20:47:28 +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 * configure.in: 2007-07-09 20:56:30 +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-> 1.2.5 2007-08-16 19:43:53 +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