appsetting .net 2.0

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



Answer this question

appsetting .net 2.0

  • Tailor

    Add a reference to System.Configuration in your project.

  • appsetting .net 2.0