I want to know if it’s possible to set a connection in a web config of my web project that depends of a dll and not from the connection String.
UPDATE
Ok I have a dll, that make’s a connection with my database, i want to know if it’s possible to configure my web.config to get the connection from the dll and not from the string connection.
This is only possible if you edit the web.config in your code to set the connection based on your dependency at run-time.