Reputation: 36915
I was expecting to find that section within "System.Web.Configuration" namespace just like other Web.config sections
Under what namespace does "location" reside and what is the type of the section?
Upvotes: 2
Views: 676
Reputation: 18792
I think that System.Configuration.ConfigurationLocation is what you are looking for.
Upvotes: 2