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.
|