Question - How would you enable the metadata information of the service? 
          
        
        Answer - 
        Following are two ways to enable the metadata for WCF:
For Default Endpoint:  tag is used in web.config file without specifying the endpoint.
For Custom Endpoint:  tag is used in web.config file with specifying the defined endpoint.