Re: Global.asax Equivalent in BizTalk



Hi Benjy,
If I am not mistaken, Sudhir is looking for something similar to global.asax
not web.config

--
Regards
Benny Mathew
Seamless Integration Solutions
BizTalk Consulting, Development, Training
Bangalore, India
Cell: +91-9945602604 / Office: +91-80-41676177
http://www.seamless.in
http://GeeksWithBlogs.net/benny
"BizTalk Benjamin" <BizTalkBenjamin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:D4735CDE-760F-48B9-A5B8-FD320831C4B8@xxxxxxxxxxxxxxxx
Sudhir,
Are you looking for a place to put some configuration settings that would
be
read by your components on initialization? If thats the case, you can use
the
BTSNTSVC.exe.config file to put your data and then use the normal
ConfigurationSettings library to get at it. You can also use AppDomain
sections there to point biztalk to your own config file (instead of
BTSNTSVC
since that would cause the host to recycle when changed) and read from
there.
This technique is often used for reading config in Biztalk. You can also
store config settings in SSO and read from there with some helper classes.
I
use EntLinb extensively and use the AppDomains technique to store all my
config data in custom config files.

HTH,
Benjy

"Sudhir Darbha" wrote:

"Global.asax" is used in ASP.NET world for handling application level
events.
Essentially, what I'm looking for is a place in BizTalk to initialize
Application data. For ex., I have a C# library which will be used by
multiple
orchestrations for helpers such as Data Access, logging etc. But before
any
orchestrations can call methods in this library, some initialization
needs to
be done. Is there any place in BizTalk where we can do app level
initialization?

Thanks,
Sudhir.



.



Relevant Pages

  • Re: Global.asax Equivalent in BizTalk
    ... Microsoft Certified Technology Specialist: BizTalk Server 2006 ... I have all the config entries defined in the BTSNTSVX.exe.config file, ... I have an XML file containing configuration settings for custom logging in ... orchestrations can call methods in this library, some initialization ...
    (microsoft.public.biztalk.general)
  • Re: Global.asax Equivalent in BizTalk
    ... Or does he need to store the current state of some .NET classes? ... Microsoft Certified Technology Specialist: BizTalk Server 2006 ... This technique is often used for reading config in Biztalk. ... orchestrations can call methods in this library, some initialization ...
    (microsoft.public.biztalk.general)
  • Re: Global.asax Equivalent in BizTalk
    ... If you have multiple config settings, Enterprise Library will be a good ... choice for you, I used that for Configuration, Logging, Caching with BizTalk ... orchestrations can call methods in this library, some initialization ...
    (microsoft.public.biztalk.general)
  • Re: Global.asax Equivalent in BizTalk
    ... I have all the config entries defined in the BTSNTSVX.exe.config file, ... Thats what all I'm looking for and it seems like BizTalk is not designed for ... Are you looking for a place to put some configuration settings that would ... orchestrations can call methods in this library, some initialization ...
    (microsoft.public.biztalk.general)
  • Re: BTS 2004 Config Failure - XP SP2 in HWS Runtime
    ... installing Biztalk on a machine with v2.0 of the framework. ... install and configure BizTalk without HWS, ... > Excerpt from Config Log ...
    (microsoft.public.biztalk.general)

Loading