In IIS-hosted WCF services, what is the purpose of a .svc file?
-
A
It stores the WCF service configuration such as bindings and endpoints
-
B
It is the entry point that IIS uses to activate and route requests to the correct WCF service type
-
C
It contains the data contract definitions for the service
-
D
It defines the WSDL metadata exposed to clients