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?
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?
I think that System.Configuration.ConfigurationLocation is what you are looking for.