| Exam Code/Number: | 070-503Join the discussion |
| Exam Name: | TS: Microsoft .NET Framework 3.5 C Windows Communication Foundation |
| Certification: | Microsoft |
| Question Number: | 270 |
| Publish Date: | May 28, 2026 |
|
Rating
100%
|
|
You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. The metadata for the service is available at http://localhost:8080/MyService/mex.
The svcutil.exe tool generates the following two files from the metadata:
You need to ensure that the configuration file is merged with an existing app.config file.
Which command should you use?
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5.
You need to ensure that you can customize the behavior of the ClientRuntime class and the DispatchRuntime class. You must achieve this goal without altering the behavior of the service.
What should you do?
You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5.
You host the service in a Web application named ExamService. You create a service extension file called ExamService.svc. You add the following code fragment to the web.config file.
You need to create a client proxy by referencing the service's metadata. Which address should you reference?
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5.
You add the following code fragment to the app.config file for the service.
You need to enable personal identifiable information (PII) logging for the second trace source.
What should you do?
You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You write the following code segment. (Line numbers are included for reference only.)
The service must meet the following requirements:
You need to set the isolation level for the service.
Which line of code should you insert at line 05?