Mono--概述,简介
1.支持Asp.net 1.1和2.0,不支持WebPart和其他一些小的特性(没有说明)。
2.不支持ASP,对于asp网站可以使用工具(netcode.com)转换成为Asp.net网站。
3.使用Mono运行Asp.net的方法:mod-mono-server2(for Apache), fastcgi-mono-server2(for FastCGI servers) or xsp2(for testing).
mod-mono:可以让apache支持asp.net.
FastCGI:protocol,支持FastCGI协议的web Server可以运行Asp.net
XSP2:轻量级的,用C#写的独立的web Server。
4.支持webservice(.asmx文件)。
5.不支持WSE(Web Service Enhancement)。