| Author |
Biztalk - .config files?
|
|
| pfeifest 2005-06-27, 5:51 pm |
| Hello-
Does anybody know of a way to store values into some sort of a config
file rather than hardcoding them in the orchestration.
Basically we receive various files into our network and route them
through exchange using a orchestration and SMTP. I don't want to
hardcode any email addresses - I want to extract them so that I don't
have to recompile and redeploy if something changes.
Thanks-
pfeifest
| |
| Jon Flanders[MVP] 2005-06-27, 5:51 pm |
| You can add an appSettings element to the btsntsvc.exe.config file -
http://www.masteringbiztalk.com/blo...b1eb6c4def.aspx
is a link to an blog entry I wrote outlining that option (as well as using
SSO as another option)
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"pfeifest" <pfeifest@hotmail.com> wrote in message
news:1119904054.493843.275390@g43g2000cwa.googlegroups.com...
> Hello-
>
> Does anybody know of a way to store values into some sort of a config
> file rather than hardcoding them in the orchestration.
>
> Basically we receive various files into our network and route them
> through exchange using a orchestration and SMTP. I don't want to
> hardcode any email addresses - I want to extract them so that I don't
> have to recompile and redeploy if something changes.
>
> Thanks-
>
> pfeifest
>
| |
| pfeifest 2005-06-28, 5:52 pm |
| Thank you - that worked great. Very dangerous though.... add one wrong
character and the Biztalk service won't even start. If we decide to go
this route I'll definitely be making backups before I add anything.
|
|
|
|