作业帮 > 微软认证(MCSE) > 教育资讯

2013微软认证考试练习题及答案(27)[1]

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/10 00:30:07 微软认证(MCSE)
2013微软认证考试练习题及答案(27)[1]
2013微软认证考试练习题及答案(27)[1]微软认证(MCSE)
【网络综合 - 微软认证(MCSE)试题】
无忧考网为大家收集整理了《2013微软认证考试练习题及答案(27)》供大家参考,希望对大家有所帮助!!!

QUESTION 51 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You plan to submit text that contains HTML code to a page in the application. You need to ensure that the HTML code can be submitted successfully without affecting other applications that run on the Web server. What should you do? A.Add the following attribute to the @Page directive. EnableEventValidation="true" B.Add the following attribute to the @Page directive. ValidateRequest="true" C.Set the following value in the Web.config file. D.Set the following value in the Machine.config file.

Answer: C QUESTION 52 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application consumes an ASMX Web service. The Web service is hosted at the following URL. http://www.contoso/TemperatureService/Convert.asmx You need to ensure that the client computers can communicate with the service as part of the configuration. Which code fragment should you use? A. B. C. D.

Answer: B QUESTION 53 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a file named movies.xml that contains the following code fragment. 微软认证(MCSE)