Hi,
I have developed an ASp.net application using three tire architecture and i am reading the connetions string from web.conf file in the UI layer,
My problem is i have to pass the connection string as a parameter in all the functions that are in the Bo layer.
Is there any work around for making the connection string visible throughout the Bo layer so that i dont need to send the connetions string as parameter in all my method calls..
Please help .
Thanks !