I am using:
using System.Configuration;
and would like to refer to the appsettings in the app.config
How can I do this in .net 2.0
The intellisense does not show ConfigurationManager
Thanks
I am using:
using System.Configuration;
and would like to refer to the appsettings in the app.config
How can I do this in .net 2.0
The intellisense does not show ConfigurationManager
Thanks
appsetting .net 2.0
Tailor