NET - Describe the steps to deploy a web service.

Describe the steps to deploy a web service.

1. Using xcopy or Publish wizard copy the file to the destination server.
2. Make the destination directory a virtual directory in IIS.
NET - Describe the components that are published when a web service is deployed
Describe the components that are published when a web service is deployed - Asmx file: This is the main service file.......
NET - Describe what the .disco file contains
Describe what does the .disco file contain - It defines a document format that enables discovery of the web services.....
NET - Steps to configure discovery information for an XML web service
Steps to configure discovery information for an XML web service - The .disco file contains links to resources that define the specific XML web service.....
Post your comment