VergeResources
Programmer
I have created a control library that requires database access. I do not want to pass a connectionstring to every object - I want them to be able to access the settings in the web.config. Is there a way to do this? ConfigurationManager does not exist within a control library. Thanks in advance!