Do not use DISTFILES, use EXTRA_DIST instead or else Makefile.{am,in} won't be included
[xsp.git] / README
blobea04417274d12e9d75628432023c24c37fbec7ed
1 * Welcome to XSP!
2 -----------------
4         The XSP server is a small web server that hosts the Mono
5     System.Web classes for running what is commonly known as ASP.NET.
7     See INSTALL for details on how to install XSP.
9 * Directory Layout
10 ------------------
12         doc/
13                 Some documentation about the XSP server. 
15         test/
16                 Little sample ASP.NET pages
18         server/
19                 A stand alone web server that works with mono and MS runtime.
20                 We are using it to debug/complete our classes.
21                 MonoApplicationHost and MonoWorkerRequest can be used to embed
22                 an ASP.NET serve in your application.
23                 
24         tools/
25                 asp_state, dbsessmgr and nunit-asp
27 Maintainer: gonzalo@ximian.com