зеркало из https://github.com/mono/xsp.git
b9428656cf
* src/Mono.WebServer/BaseRequestBroker.cs: Reverted part of the last commit. Use a pre-allocated buffer only when the size matches as it will be transferred across appdomain boundaries in full length. svn path=/trunk/xsp/; revision=114745 |
||
---|---|---|
docs | ||
man | ||
packaging | ||
scripts | ||
src | ||
test | ||
test2 | ||
tools | ||
unittests | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
autogen.sh | ||
configure.in |
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