Deploying Web Services in .NET

To deploy and test a Web Service for .NET, you have to install Microsoft Internet Information Server (IIS). In the machine where you install IIS, you also have to install the .NET Framework. You can download .NET Framework or .NET Framework SDK from the Microsoft web site.

To deploy the generated Web Service code, you simply copy the .asmx file and the C# or VB .NET class files under the IIS directory C:\Inetpub\wwwroot\<PackageName>, where <PackageName> is the name of the package. For example: C:\Inetpub\wwwroot\StockQuote.