Possible to create REST web service with ASP.NET 2.0

前端 未结 8 929
野趣味
野趣味 2020-12-19 03:20

Is it possible to create a REST web service using ASP.NET 2.0? The articles and blog entries I am finding all seem to indicate that ASP.NET 3.5 with WCF is required to crea

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-19 03:40

    You can certainly create RESTful web services in ASP.NET 2.0, for example, but there are no high-level APIs to do all the donkey work for you, as provided by WCF in .NET 3.5.

提交回复
热议问题