mono / xsp

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)

Home Page:http://www.mono-project.com/ASP.NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

* 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

About

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)

http://www.mono-project.com/ASP.NET

License:Other


Languages

Language:C# 73.7%Language:ASP.NET 16.6%Language:Shell 3.1%Language:Makefile 2.2%Language:C 1.8%Language:M4 1.5%Language:Visual Basic .NET 0.8%Language:XSLT 0.2%Language:CSS 0.1%Language:HTML 0.1%