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?()