1.x To 2.0 Migration Tip: Where did ConfigurationManager Go?
Posted in Development
Last migration tip for tonight. When migrating a web application project, System.Configuration is not referenced by default in Visual Studio. You may see warnings about deprecated use of ConfigurationSettings, so you’ll need to switch to ConfigurationManager.
To restore the balance of the force, go to Project | Add Reference… and pick System.Configuration.
