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)。

相关文章:

  • 2021-12-16
  • 2021-04-18
  • 2021-09-12
  • 2021-05-24
  • 2022-02-08
  • 2021-07-02
  • 2021-06-08
  • 2021-08-10
猜你喜欢
  • 2022-01-13
  • 2021-07-17
  • 2021-04-11
  • 2022-12-23
  • 2021-05-12
  • 2021-11-17
  • 2021-06-07
相关资源
相似解决方案