I need to automate The BizTalk deployment process for my current client. Surprisely, the BizTalk project file created by VS.net 2005 and 2008 doesn’t work with MsBuild. Although Scott Colestock developed a framework to deploy BizTalk using Nant, I really like a solution to MsBuild BizTalk projects. There are a few [...]
Archive for January, 2008
Deploy BizTalk application using MsBuild
Posted in BizTalk on January 29, 2008 | 1 Comment »
Common BizTalk Deployment Issues & Solutions
Posted in BizTalk on January 21, 2008 | 3 Comments »
Deploying BizTalk application is a challenging task, which requires some special knowledge beyond desktop or web application deployment. In this blog, I will discuss some very common deployment issues and their solutions. I usually choose manually deploy BizTalk application to other computers due to the time constraint to write automation script. A typical deployment cycle [...]