Noocyte’s Weblog

April 15, 2008

Storing/sharing/using config info in BizTalk

Filed under: Link, Work — Tags: , , — noocyte @ 11:41

During class today we briefly talked about how you could/should store config info; such as connection strings. Basically there are 4 options;

  1. Use a UDC file to store your connections [bad]
  2. Manipulate the hosts file on your/dev computer [hack]
  3. Use the .config file of the service (BTSNTSvc.exe.config) [ok]
  4. Use the SSO database that comes with BizTalk [best practice]

Now; if your BizTalk installation is just using one server the .config file option might be the best option for you, but for most larger installations you’re better of using the SSO database. I did a little digging around and found a blog post by Jon Flanders describing in detail how to do this; Great! I haven’t tested it yet, but it looks solid so far.

February 19, 2008

Top 10 Best Practices for Production ASP.NET Applications – Daptivate > by Kyle Beyer

Filed under: Link, Work — Tags: , , — noocyte @ 15:10

Good list. Follow it and avoid some of the common problems. 🙂 

Link to Top 10 Best Practices for Production ASP.NET Applications – Daptivate > by Kyle Beyer

Blog at WordPress.com.