How to create web service (server & Client) in Visual Studio 2012?

后端 未结 4 555
南旧
南旧 2021-02-02 08:16

How to create web service (server & Client) in Visual Studio 2012? like being done before 2012 as http://www.tutorialspoint.com/asp.net/asp.net_web_services.htm

4条回答
  •  礼貌的吻别
    2021-02-02 08:30

    When creating a New Project, under the language of your choice, select Web and then change to .NET Framework 3.5 and you will get the option of creating an ASP.NET WEB Service Application.

    enter image description here

提交回复
热议问题