Home Page › Forums › BizTalk 2004 – BizTalk 2010 › BizTalk solution deploying › Re: BizTalk solution deploying
December 20, 2007 at 11:44 PM
#18667
Hello Siva.
You should on your development environment right-click the Application you want to deploy, then choose “Export” and then “MSI File”. This will make you a Microsoft Installation Package, that you can move to your production environment, where you make a import/installation.
You should read about binding files, which enables you to handle the differences in configurations between environments.
/Anders