Tagged Questions
12
votes
3answers
4k 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 WebConfigurationManager, and for some ...
5
votes
2answers
2k 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 how to call ...
2
votes
2answers
4k views
Differences in behavior between System.Web.Configuration.WebConfigurationManager and System.Configuration.ConfigurationManager
I had some trouble on a test server with an ASP.NET website. I goofed, and had the home
directory of the Default Web Site pointed to the wrong place. When I tried:
...