Microsoft
70-513 · Question #120
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…
The correct answer is A. Create a factory for the custom service host. Name the factory MovieServiceHostFactory. See the full explanation below for the reasoning.
Question
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?
Options
- ACreate a factory for the custom service host. Name the factory MovieServiceHostFactory.
- BDecorate the custom service host class with the following line.
- CMake sure that the service class has a default constructor.
- DCreate a factory for the custom service host. Name the factory MovieServiceHostFactory.
How the community answered
(40 responses)- A73% (29)
- B8% (3)
- C3% (1)
- D18% (7)
Community Discussion
No community discussion yet for this question.