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.

1. Asmx file : This is the main service file.
2. Config : The configuration for the web service application.
3. App_data : The database and files associated with the web service.
4. Dll : The compiled code for the web service application.
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.....
NET - Explain the steps to consume a web service in a client application
Explain the steps to consume a web service in a client application - Add a web reference to the application......
Post your comment