Can someone tell me which .net library is used to read the bindings file in a Biztalk 2006 app?
I am trying to do more of an automated deployment using Ruby Rake, as stipulated by teh company I work for. I have achieved everything for automatic deployment except for the overwriting of the Bindings file, dependent on environment.
System.Configuration is used to read web, and app.configs. I’d like to know what the common library is which is being used to read the Bindings file.
Thanks in advance
🙂