Hi everybody,

for my diploma project I need to manage and configure nopCommerce via WCF.
I got a problem calling some features from nop.BussinessLogic.dll because it use ConfigurationManager for reading for example connectionStrings and so on. Problem is that ConfigurationManager refers to my wcf config file not to that shop's config. I know what I trying to do is kind a hack but I want to connect nopCommerce store with economic software so I need to know about orders, products ...
I know I can write my own code to get things from DB but then I will have to check it on every upgrade what is really not optimal.
Any ideas how to do it?

Thanks for all suggestions.

michal