Geekpedia Programming Tutorials






In .NET 2.0 accessing the values stored in web.config through System.Configuration.ConfigurationSettings.AppSettings doesn't seem to work anymore

On Thursday, May 19th 2005 at 04:51 AM
By Andrew Pociu (View Profile)
-----   (Rated 0 with 0 votes)
Advertisement
In .NET 2.0 System.Configuration.ConfigurationSettings.AppSettings has been changed to System.Configuration.ConfigurationManager.AppSettings. Also you need to add a reference to System.Configuration.dll.
Here's an example of accessing the SomeString value from the web.config file, in .NET 2.0:

System.Configuration.ConfigurationManager.AppSettings["SomeString"];
Digg Digg It!     Del.icio.us Del.icio.us     Reddit Reddit     StumbleUpon StumbleIt     Newsvine Newsvine     Furl Furl     BlinkList BlinkList

Rate Rate this Knowledge Base article
Comment Current Comments
by china on Wednesday, December 21st 2005 at 04:27 AM

thanks

by Thanky on Wednesday, September 27th 2006 at 11:28 PM

Thank you Andrei
I was looking for this info for long time
you really help me much
thank you again

by James Taylor on Friday, February 16th 2007 at 05:08 AM

Thank you for this useful piece of advice.

by Nikki J. on Saturday, August 25th 2007 at 02:07 AM

Thankx a lot!!

by Sue on Monday, October 8th 2007 at 04:05 PM

Brilliant. Thank you. It would 8 hrs for me to find this post, but it was well worth the wait.

by Elton on Friday, November 2nd 2007 at 03:34 AM

when I use it, iT says
The type or namespace name 'ConfigurationManager' does not exist in the namespace 'System.Configuration' (are you missing an assembly reference?)

do you know why?

by JMTZ on Friday, November 16th 2007 at 07:27 PM

you have to add a reference to System.Configuration


Comment Comment on this Knowledge Base article
Name: Email:
Message:
Knowledge Base Related Knowledge Base Articles
There are no related KB articles.

Comment Related Source Code
There is no related code.

Comment Related Tutorials
There are no related tutorials.

Jobs .NET Framework Job Search
My skills include:

Enter a City:

Select a State:


Advanced Search >>
Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons