HOTSPOT
You are developing a WCF service.
The service must be interoperable with ASP.NET web service clients. In addition, it must
have a time-out of three hours.
You need to configure the service to meet the requirements.
What should you do? (To answer, select the appropriate code segment from each dropdown list in the answer area.)
Explanation:
weird question, bindingConfiguration and binding name could be any value as long the are the same, “timeout” would we logical because it isn’t used anywhere else.
The actual timeout is configured using “closeTimeout” and “03:00:00”
Agreed re: bindingConfiguration and binding name can be anything.. I’ve seen “timeout” used for that one, so not sure what the ‘correct’ answer actually is…
https://msdn.microsoft.com/en-us/library/hh924831(v=vs.110).aspx