06-15-06 06:19 PM
Hi,
I have a class library installed in GAC. There is an initialization
method in it to initialize certain config information, which I am trying to
find a right place for it in the BizTalk domain. Lets say I invoke the init
method within an expression editor in the orchestration, then I would end up
doing it for every invocation of the orchestration. Instead just like
ASP.NET's Global.asax (Application_Start) method, is there any provision in
BizTalk to add your custom initializations.
Thanks a bunch,
Sudhir.
[ Post a follow-up to this message ]
|