070-503 무료 덤프문제 온라인 액세스
| 시험코드: | 070-503 |
| 시험이름: | TS: Microsoft .NET Framework 3.5 C Windows Communication Foundation |
| 인증사: | Microsoft |
| 무료 덤프 문항수: | 270 |
| 업로드 날짜: | 2026-05-28 |
You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You want to enable message logging. You add the following code fragment to the service configuration file.
<system.diagnostics> <sources> <source
name="System. ServiceModel. Messagel_ogging">
<listeners> odd name="messages"
type="System. Diagnostics. XmlWriterTraceListener" />
</listeners> </source> </sources> </system.diagnostics> You receive an exception.
You need to successfully enable message logging. What should you do?
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. The service contains the following binding configuration in the configuration file. (Line numbers are included for reference only.)
01 <wsHttpBinding>
02 <binding name="ssl">
04 </binding> 05 </wsHttpBinding>
You need to ensure that the following requirements are met:
Which configuration setting should you insert at line 03?
You are creating an endpoint for a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You create the endpoint by using a custom binding. You write the following code segment.
You need to prevent the custom binding from making a persistent connection to the service endpoint.
Which code segment should you use?
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You write the following code segment for the service contract. (Line numbers are included for reference only.)
01 [ServiceContract]
03 public class MyService
04 { 05...
06 }
The service uses transactions that time out in a minute. You need to increase the timeout interval of the transactions to 2 minutes and 30 seconds. Which code segment should you insert at line 02?
You are creating a Windows Communication Foundation (WCF) service by using Microsoft .NET Framework 3.5. You need to host the WCF service on the IIS Web server.
First, you create a new folder for your application files. Next, you use the IIS management tool to create a Web application in the new folder.
Which three actions should you perform next? (Each correct answer presents part of the solution. Choose three.)