nerdexam
Microsoft

70-513 · Question #4

You develop a Windows Communication Foundation (WCF) service. You name the service MovieService in the Movie namespace. The service is hosted in Microsoft Internet Information Services (IIS). You…

The correct answer is B. Add a Movie.svc file in the root of the virtual path with the following line. See the full explanation below for the reasoning.

Question

You develop a Windows Communication Foundation (WCF) service. You name the service MovieService in the Movie namespace. The service is hosted in Microsoft Internet Information Services (IIS). You copy the assembly containing the service to the bin folder in the virtual directory path. You need to set up the URI that is mapped to the service. What should you do?

Options

  • AAdd the following code segment to the web.config file.
  • BAdd a Movie.svc file in the root of the virtual path with the following line.
  • CAdd the following code segment to the web.config file.
  • DAdd a Movie.svc file in the root of the virtual path with the following line.

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    80% (32)
  • C
    13% (5)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice