I have a three tier set-up. Someone suggested I should get the ConnectionString from the Web.Config file and I've got it set up like this:

Now I'm trying to access the ConnectionString from my DAL tier, but I can't find the ConfigurationManager. How can I invoke my Connection string from here?:

