Re: Change pipeline component properties
- From: "Saravana Kumar" <saravana.kumar.newsgroups@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 4 Aug 2006 05:21:00 +0100
Based on the type of Host you are using you can store the runtime configuration in a config file similar to any .NET projects.
Normally there will only 2 scenarios.
Scenario #1:
If you are using in-proc host then you can put your settings in BTSNTSvc.exe.config (found inside Program Files\Microsoft Biztalk Server 2004\) and restart Biztalk service, then you can use the configuration anywhere inside biztalk( places like custom adapters, pipelines etc).
Scenario #2:
If you are using isolated host then you can put your settings in w3wp.exe.config (found inside C:\windows\system32\inetsvc\). Since isolated host are hosted by external apps (HTTP/SOAP are hosted by IIS worker process)
The basic idea is you need to find your host. This is just a .NET criteria.
HTH
Regards,
Saravana
http://www.digitaldeposit.net/blog
"Vasily" <Vasily@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:539E1DB4-1A7A-44F5-AB8C-EC70B4F1CA1B@xxxxxxxxxxxxxxxx
Is it possible to specify pipeline component properties in runtime (not in
VS) using some standard tools?
If not, what are the options to store custom pipeline component properties
(registry, config file, something else) to be changed in runtime?
Best regards,
Vasily
.
- Prev by Date: Error when adding custom pipeline component
- Next by Date: Re: HAT queries in BTS 04
- Previous by thread: Error when adding custom pipeline component
- Next by thread: Re: Change pipeline component properties
- Index(es):
Relevant Pages
|