I am modifying some old code someone wrote and they had placed a connection string in the web.config and due to business rules, I am having to remove it. I have made a singleton class that generates the connection string and want to set it in the asp.net markup in a similar fashion like this:I am modifying some old code someone wrote and