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

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

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

QUESTION 86 You are maintaining a Microsoft ASP.NET Web Application that was created by using the Microsoft .NET Framework version 3.5. You obtain the latest version of the project from the source control repository. You discover that an assembly reference is missing when you attempt to compile the project on your computer. You need to compile the project on your computer. What should you do? A.Add a reference path in the property pages of the project to the location of the missing assembly. B.Add a working directory in the property pages of the project to the location of the missing assembly. C.Change the output path in the property pages of the project to the location of the missing assembly. D.Delete the assembly reference. Add a reference to the missing assembly by browsing for it on your computer. Answer: A QUESTION 87 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You write the following code fragment. (Line numbers are included for reference only.) 01 03 04 05 06 07 08 10 12 13 14 You need to ensure that the requirements shown in the following table are met. What should you do? A.Set the value of the ChildrenAsTriggers property in line 02 to false. Add the following code fragment at line 04. B.Set the value of th微软认证(MCSE)