| Matt Milner 2004-04-27, 12:37 pm |
| you can either put your configuration in the configuration file for your
host, which for orchestrations is usually btsntsvc.exe.config located in the
biztalk install directory.
There is also a way to specify configuration files for your orchestrations
by putting some other information in the btsntsvc.exe.config file. See
the following example for how to do this:
http://blogs.msdn.com/scottwoo/arch...1/28/63940.aspx
Matt
"John Watson" <jhw3dATcomcastDOTnet> wrote in message
news:uV9sy2FLEHA.3736@TK2MSFTNGP12.phx.gbl...
> What ways are there to access typical configuration settings from C#
classes
> invoked from within orchestrations? We are trying to do custom logging and
> processing to a database and cannot seem to access standard app.config
> values for connection strings and other settings.
>
> TIA,
>
> John
>
>
|