单项选择题
A.You should consider adding <trace enabled="true" writeToDiagnosticsTrace="true"pageOutput="true" localOnly="true" /> to the Web.config file.
B.You should consider adding <compilation debug="false" urlLinePragmas="true" /> to theWeb.config file.
C.You should consider adding <trace enabled="true" pageOutput="false" localOnly="true" /> tothe Web.config file.
D.You should consider adding <compilation debug="true" /> to the Web.config file.
单项选择题 You work as a system administrator at Certkiller.com. You make use of .NET Framework v3.5 tocreate an ASP.NET application. You decide to create a Web Page on the root of the application.This Web Page is named Data.aspx. The Web page contains a folder named TestResources. You then add an ImageResources.resxresource file in TestResources. This file contains a localized resource named TestImage. Youreceive an instruction from management to retrieve the value of TestImage. You thus need todetermine the appropriate code segment that will accomplish this. What should you do?()
单项选择题 You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. You decide to enable session state for the application. You need to determine whether the sessionID is maintained in the URL of the request. What should you do?()
多项选择题 YouworkasaWebDeveloperatCertkiller.com.YoumakeuseofMicrosoftASP.NET3.5inordertocreateaWebapplication.YouaddthefollowingHTMLelementtoanASP.NETpage: Youwanttoretrievethevalueoftheelementinthecode-behindclass. Whatshouldyoudo?()