问题:
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 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?()
● 参考解析
本题暂无解析
相关内容
相关标签