Hi everyone,
I have a class library that connects to a database. The connection string is in a seperate settings.settings file, upon compilation, this becomes app.config.
However, If I want to use this class library in a BizTalk project, where do i put the app.config file, or more precicely, where do I put the configuration information that was in the app.config file?
I do not want to hard code connection details into my classes.
Thanks all
TM