单项选择题
You work as a Web Developer at Certkiller.com. Certkiller.com makes use of Microsoft ASP.NET3.5. You use this application to create a Web site.
The following code exists in a file in the App_Code folder:
namespaceCertkiller.Providers
{
public class SessionSiteMapProvider : SiteMapProvider
{
// Members omitted for brevity
}
}
You want to make sure that the SiteMapDataSource controls use the SessionSiteMapProviderclass by default. You decide to make changes to the Web.config file.
Which configuration sectionshould you use?()
A.A
B.B
C.C
D.D
点击查看答案
相关考题
-
单项选择题
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. | English | Chinese | Japan | Korean | - 168 - Test Information Co., Ltd. All rights reserved. You add a Web page named HomePage.aspx in the application. The Web page contains different controls. You add a newly created custom control named CachedControl to the Web page. You need to ensure that the following requirements are met: ¡;¤The custom control state remains static for one minute ¡;¤The custom control settings do not affect the cache settings of other elements in the Web page What should you do?()
A.A
B.B
C.C
D.D -
单项选择题
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You add a Web page named HomePage.aspx in the application. The Web page contains different controls. You add a newly created custom control named CachedControl to the Web page. You need to ensure that the following requirements are met: ¡;¤The custom control state remains static for one minute ¡;¤The custom control settings do not affect the cache settings of other elements in the Web page What should you do? ()
A.A
B.B
C.C
D.D -
单项选择题
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses a set of general-purpose utility classes that implement business logic. These classes are modified frequently. You need to ensure that the application is recompiled automatically when a utility class is modified. What should you do? () | English | Chinese | Japan | Korean | - 166 - Test Information Co., Ltd. All rights reserved.
A.A
B.B
C.C
D.D
