Tagged Questions
1
vote
3answers
219 views
Testing against Web Configuration from Class Library
I'm storing my application settings in my web.config file and accessing them using ConfigurationManager.GetSection or ConfigurationManager.AppSettings. I've created a test to ensure that the settings ...