Alternatives to IIS for Windows to run ASP.NET

前端 未结 7 618
天命终不由人
天命终不由人 2021-01-31 03:18

Are there any alternatives to IIS for Windows to run ASP.NET?

CassiniEx seems pretty old?

7条回答
  •  生来不讨喜
    2021-01-31 03:43

    There is UltiDev Cassini which is a "free, light-weight and redistributable web server that can host ASP.NET 3.5, 3.0, 2.0 and 1.1 applications and static HTML sites". (It is based on the original Cassini web server).

    Other than that, there is the development web server, which comes with Visual Studio. But as far as I know, this can only be used during development/from within Visual Studio.

    p.s. UtilDev PRO supports asp.net 4.0.

提交回复
热议问题