Where do I keep my application specific configuration settings in Biztalk?
(just like web.config, app.config)
Regards,
Rakesh
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...
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.
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...