Re: Global.asax Equivalent in BizTalk



There should be certainty what he need.
Does he need to store the name of event log? then BTSNTSVC.exe.config file
would be enough.
Or does he need to store the current state of some .NET classes? Maybe in
this case he need to redesign the project because the process of messages in
the BizTalk is stateless. There is no order in the start orechestrations
etc. etc.

Regards,

Leonid Ganeline
BizTalk Developer,
Microsoft Certified Technology Specialist: BizTalk Server 2006
http://geekswithblogs.net/leonidganeline/


"Benny Mathew" <benny@xxxxxxxxxxx> wrote in message
news:eQNf6JNOHHA.536@xxxxxxxxxxxxxxxxxxxxxxx
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
    ... 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
    ... Sudhir is looking for something similar to global.asax ... 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
    ... 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)
  • =?Utf-8?Q?Alternative_to_BizTalk=E2=80=99s_File_Ad?= =?Utf-8?Q?apter?=
    ... BizTalk, or at least in my experience it is. ... hook it up to a file adapter and see what happens. ... the scenario of a convenience store chain that has 1000 stores. ... It supplies a library of custom workflow ...
    (microsoft.public.biztalk.general)