Tagged Questions

0
votes
1answer
16 views

WAP + NUnit + WebConfigurationManager Pin

Hello, I just started using NUnit to write test cases for my asp.net web application project. Some of the code written to access database values fetches the ConnectionString from …
1
vote
2answers
86 views

Trying to open a section from the web.config spans a ConfigurationErrorsException: The entry KEY has already been added

Hi all, I'm trying to fetch some settings from my membership provider in my asp.net application (so that I don't have to duplicate the information in the appSettings section) but …
0
votes
1answer
102 views

Problems attempting to read web.config from a Windows application

I'm writing a WPF application to help non-XML-savvy customers set up configuration files on a web server. web.config is one of these files. I have custom sections defined, but I' …
3
votes
2answers
326 views

Can someone provide a quick App.config/Web.config tutorial?

I've used these two configuration files many times before, but I've never taken the time to fully understand how they really work. As most people do, I understand the basics in ho …
5
votes
3answers
828 views

What’s the difference between the WebConfigurationManager and the ConfigurationManager?

What's the difference between the WebConfigurationManager and the ConfigurationManager? When should I use one over the other? UPDATED I just looked at the WebConfigurationManage …