Tagged Questions

11
votes
3answers
12k views

Custom app.config Config Section Handler

What is the correct way to pick up the list of "pages" via a class that inherits from System.Configuration.Section if I used a app.config like this? <?xml version="1.0" encoding="utf-8" ?> ...
1
vote
3answers
463 views

What is the purpose of configSections?

I've done a little research and ran across this: http://msdn.microsoft.com/en-us/library/ms228245.aspx So if I'm understanding that correctly, ultimately what this is doing is including some .dlls ...
0
votes
1answer
214 views

.NET Console Application configSections

I have a shared class library which is being used by an asp.net web application and a console application. In the web.config of my web app, I have a sectionGroup within the configSections declared, ...