70-513 · Question #28
Your company has a Windows Communication Foundation (WCF) service at the URL The <system.serviceModel> section of the configuration file is as follows. (Line numbers are included for reference…
The correct answer is C. Insert the following element at line 06. See the full explanation below for the reasoning.
Question
Your company has a Windows Communication Foundation (WCF) service at the URL The <system.serviceModel> section of the configuration file is as follows. (Line numbers are included for reference only.) 01 <system.serviceModel> 02 <behaviors> 03 <serviceBehaviors> 04 <behavior> 05 <serviceDebug includeExceptionDetailInFaults="false" /> 06 ... 07 </behavior> 08 </serviceBehaviors> 09 </behaviors> 10 <serviceHostingEnvironment multipleSiteBindingsEnabled="true" /> 11 </system.serviceModel> You need to ensure that the service publishes the WSDL description at What should you do?
Options
- AChange the serviceDebug element at line 05 as follows.
- BInsert the following element at line 06.
- CInsert the following element at line 06.
- DInsert the following element at line 06.
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C76% (25)
- D15% (5)
Community Discussion
No community discussion yet for this question.