SUMMARY: How do I install visual studio on one machine yet create
applications and deploy Biztalk solutions on another machine with Biztalk
Server.
Additional Notes: Sorry this is a simple question but has to be asked. I am
currently using a single server solution for evaluation. And I want to build
my first Test environment with distributed kit. Is there any 'gotchas' to
remember when deploying VStudio and Biztalk on separate boxes? Documentation
links will be happily accepted :)
Douglas Mello - 24 Apr 2006 12:42 GMT
Hi RedStain,
Yes, you can install BizTalk on separated boxes. You have install VStudio
2005 + BizTalk 2006 Documentation, Developer Tools and SDK (available
componentes on Setup) on the first server, and BizTalk 2006 Server Runtime
and additional softwares to another.
In properties of the your project, configuration properties, deployment, you
have select the server that you install BizTalk Server Runtime for deploy
the project.
Regards,
Douglas Mello.
http://spaces.msn.com/dnmello
> SUMMARY: How do I install visual studio on one machine yet create
> applications and deploy Biztalk solutions on another machine with Biztalk
[quoted text clipped - 5 lines]
> 'gotchas' to remember when deploying VStudio and Biztalk on separate
> boxes? Documentation links will be happily accepted :)
RedStain - 25 Apr 2006 13:50 GMT
Thank you. That was helpful.
> Hi RedStain,
>
[quoted text clipped - 20 lines]
>> 'gotchas' to remember when deploying VStudio and Biztalk on separate
>> boxes? Documentation links will be happily accepted :)
Paul Somers - 24 Apr 2006 13:06 GMT
Are you talking BizTalk 2004 or 2006?
In a production, or test environment this is a must, you should deploy your
solution to the other machine.
You should export the bindings, and copy and gac(some of them) BizTalk
assemblies and all other dependant assemblies.
These get deployed to the destination BizTalk machine. There are a number of
tools to make this easier, the one out of the box is the BizTalk deployment
tool.
I use my BizTalk Administration Tool for this, it does it all, however if
you wish to get more fancy then you can use deployment scripts to script
this for future deployments.
Something you need to prepare and plan for.
With 2006 it's a bit easier, you export the application it goes and figures
out what it needs, and you add anything it did not get, documented in the
help. The problem here is the bindings for each environment may be different
you need to supply separate bindings for each environment you deploy to,
hence the need for scripting still.
Paul.
> SUMMARY: How do I install visual studio on one machine yet create
> applications and deploy Biztalk solutions on another machine with Biztalk
[quoted text clipped - 5 lines]
> 'gotchas' to remember when deploying VStudio and Biztalk on separate
> boxes? Documentation links will be happily accepted :)