Creating a Web Service Using the VS .NET IDE

The VS .NET IDE is used to create advanced and complex Web services quickly and easily. The same code used in Listing 21.1 is used now to create a Web service using the IDE. The steps to create a Web service using the VS .NET environment are:

1.
Choose Start, Programs, Microsoft Visual Studio .NET 7.0, Microsoft Visual Studio .NET 7.0.
2.
Choose File, New, Project. The New Projects dialog box is displayed.
3.
Select Visual C# Projects from the Project Types list box. Select ASP.NET Web service from the Templates list box. Type a name for the Web service in the Name text box. In this example, the name of the project is specified as convertor. Also, specify the location at which it must be stored ...

Get Special Edition Using C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.