Google News
logo
WCF - Interview Questions
How would you enable the metadata information of the service?
Following are two ways to enable the metadata for WCF :
 
For Default Endpoint : <serviceMetadata> tag is used in web.config file without specifying the endpoint.
 
For Custom Endpoint : <serviceMetadata> tag is used in web.config file with specifying the defined endpoint.
Advertisement