> Hi,
>
[quoted text clipped - 5 lines]
>
> *** Sent via Developersdexhttp://www.developersdex.com***
Take a look in the ConfigurationManager Class
An example:
string cs = ConfigurationManager.AppSettings["ConnectionString"];
returns a string from the appsettings section
<appSettings>
<add key="ConnectionString" value="..."/>
</appSettings>
Claudia Fong - 15 Oct 2007 11:47 GMT