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

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

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

QUESTION 66 You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. When you review the application performance counters, you discover that there is an unexpected increase in the value of the Application Restarts counter. You need to identify the reasons for this increase. What are three possible reasons that could cause this increase? (Each correct answer presents a complete solution. Choose three.) A.Restart of the Microsoft IIS 6.0 host. B.Restart of the Microsoft Windows Server 2003 that hosts the Web application. C.Addition of a new assembly in the Bin directory of the application. D.Addition of a code segment that requires recompilation to the ASP.NET Web application. E.Enabling of HTTP compression in the Microsoft IIS 6.0 manager for the application. F.Modification to the Web.config file in the system.web section for debugging the application.

Answer: CDF QUESTION 67 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You plan to monitor the execution of the application at daily intervals. You need to modify the application configuration to enable WebEvent monitoring. What should you do? A.Enable the Debugging in the Web site option in the ASP.NET configuration settings. Modify the Request Execution timeout to 10 seconds. Register the aspnet_perf.dll performance counter library by using the following command. B.regsvr32 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll Add the following code fragment to the section of the Web.config file of the application. C. Add the following code fragment to the section of the Web.config file of the application. D.微软认证(MCSE)