微软考试是随报随考,在复习的过程中还是不够全面,为了帮助广大考生系统全面的复习好《微软认证学科》,我们考吧网整理了微软认证模拟试题,本次汇编的模拟试题希望对你的考试有所帮助,预祝你考试顺利。
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
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.
Answer: D
推荐阅读: