зеркало из https://github.com/mono/xsp.git
8662042a93
* 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 |
||
---|---|---|
doc | ||
server | ||
src | ||
test | ||
INSTALL | ||
Makefile | ||
README |
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