Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

configuration setting

0 views
Skip to first unread message

Rakesh

unread,
Oct 10, 2009, 12:06:41 AM10/10/09
to
Hi,

Where do I keep my application specific configuration settings in Biztalk?
(just like web.config, app.config)

Regards,

Rakesh


news.microsoft.com

unread,
Oct 12, 2009, 8:42:12 AM10/12/09
to
Hi,

BizTalk itself stores its configuration in the MgmtDb and SSODb.

For your app (orchestration and alike), you must handle it yourself either
by putting it
1. Into a custom DB.
2. Into the app.config file (in this case, BTNTSVC.EXE.CONFIG)
3. Into SSO. There are code samples available illustrating this.

Regards

Joerg Fischer

"Rakesh" <rakesh.m...@gmail.com> schrieb im Newsbeitrag
news:ea4jS8VS...@TK2MSFTNGP04.phx.gbl...

Paul Somers

unread,
Nov 2, 2009, 8:18:01 AM11/2/09
to
We have custom config libraries to fetch he config, much like enterprise
library did, and the inbuild .net config libraries don't do. This would
enable you to choose where it goes, a db, a .config file in your own folder.

i am not a fan of modiying the bts.config file, as it can be dangerous, and
break the whole of biztalk if you mess it up.

news.microsoft.com

unread,
Nov 4, 2009, 4:43:26 AM11/4/09
to
Hi,

The issue with the BTSNTSVC.EXE.CONFIG is not so much messing it up (as you
should have a copy of the original one in any case!), but in a larger
deployment, you have to be aware that it must be in-sync on all BizTalk
machines! This can indeed be a source of errors.

Thanks, regards

Joerg Fischer

"Paul Somers" <PaulS...@discussions.microsoft.com> schrieb im Newsbeitrag
news:E2E7FB49-EB1C-43C4...@microsoft.com...

0 new messages