3
votes
4answers
1k 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" encodin …
1
vote
4answers
5k views
C# ConfigurationManager.GetSection could not load file or assembly
Hi all,
I am stuck! this seems really daft but I can not see where I am going wrong. I am creating a 2.0 C# ASP.NET website. I am trying to use a custom section in the web.conf …
