You are developing a custom service host for a Windows Communication Foundation (WCF) service. The service host is named MovieServiceHost.You need to deploy the service with the custom service host in Microsoft Internet Information Services (IIS) 7.0. What should you do?()
A. Make sure that service class has a default constructor. Add a public read-only property with the name ServiceHost that returns an instance of the MovieServiceHost class.
B. Create a factory for the custom service host. Name the factory MovieServiceHostFactory. In the web.config file, add the following attribute to the element within the element. factory="MovieServiceFactory"
Create a factory for the custom service host. Name the factory MovieServiceHostFactory. In the .svc file, add the following line.
Decorate the custom service host class with the following line. [System.ServiceModel.Activation.ServiceActivationBuildProvider()]