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)
Перейти к файлу
Gonzalo Paniagua Javier 8662042a93 2002-12-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* INSTALL:
	* Makefile:
	* README:
	* server/Makefile: updated.

	* server/MonoWorkerRequest.cs: give credits to Opless (Simon White).
	* server/server.cs: get the port from a config file.
	* server/server.exe.config: configuration file.
	* server/web.config: added appSettings.

svn path=/trunk/xsp/; revision=9390
2002-12-05 03:46:40 +00:00
doc New file documenting the generated code from xsp 2002-05-27 15:50:09 +00:00
server 2002-12-05 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2002-12-05 03:46:40 +00:00
src added file 2002-10-22 23:56:40 +00:00
test 2002-11-24 Daniel Morgan <danmorg@sc.rr.com> 2002-11-25 02:05:34 +00:00
INSTALL 2002-12-05 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2002-12-05 03:46:40 +00:00
Makefile 2002-12-05 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2002-12-05 03:46:40 +00:00
README 2002-12-05 Gonzalo Paniagua Javier <gonzalo@ximian.com> 2002-12-05 03:46:40 +00:00

README

XSP is Ximian's implementation of the ASP.NET page parser 
and code generator for running ASP Web Applications.

Layout:

	src/
		Source files for the parser/generator and test server.
		OBSOLETED!!!

	doc/
		Documentation about ASP.NET pages

	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.
		
		
Maintainer: gonzalo@ximian.com