The following three procedures are examples of less common deployment configurations and assume that, not only are the installations described in Configuring a .NET Environment in place, but that you are familiar with the standard deployment process.
The standard .NET Web service and remote task interface deployment processes are described in the following topics:
Example One: To host a remote object in a custom application |
---|
Client deployment is similar to the standard remote client deployment except that the remote object is not hosted in IIS and requires that you write your own application for hosting the remote interface.
|
Example Two: To deploy a Web service client using .NET Web Service (remote client) to a remote object hosted in IIS |
---|
This example combines the standard .NET Web service deployment with the .NET remote object deployment process. In this example, the .NET Web service acts as a remote client for an interface hosted on another server. To implement this installation, you must install the Web service twice; once on the Web service computer, and again, on the host computer.
|
Example Three: To deploy a Web service client using .NET Web Service (remote client) to a remote object hosted in a custom application |
---|
This example is very similar to the second example, except the remote .NET object is not hosted in IIS and requires that you write your own application for hosting the remote interface.
|
![]() |
|
![]() |
Using .NET, Overview |
![]() |
Configuring a .NET Environment |
![]() |
Deploying Web Services Using .NET |
![]() |
Deploying a .NET Remote Client Object |
![]() |