BizTalk Server Orchestration - Accessing .config settings

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > April 2004 > Accessing .config settings





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Accessing .config settings
John Watson

2004-04-27, 9:36 am

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


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
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com