Re: Global.asax Equivalent in BizTalk
- From: "Leonid Ganeline" <leo_gan_57@xxxxxxxxxxx>
- Date: Mon, 15 Jan 2007 12:25:03 -0800
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.
.
- Follow-Ups:
- Re: Global.asax Equivalent in BizTalk
- From: Sudhir Darbha
- Re: Global.asax Equivalent in BizTalk
- References:
- Re: Global.asax Equivalent in BizTalk
- From: Benny Mathew
- Re: Global.asax Equivalent in BizTalk
- Prev by Date: R2 Release Date
- Next by Date: Re: Map output invalid after first run, following runs are valid!
- Previous by thread: Re: Global.asax Equivalent in BizTalk
- Next by thread: Re: Global.asax Equivalent in BizTalk
- Index(es):
Relevant Pages
|