# Feature Request - Deploy to servers on differnent Domains

**URL:** https://www.finalbuilder.com/forums/t/feature-request-deploy-to-servers-on-differnent-domains/4907
**Category:** Feature Requests
**Created:** [January 18, 2013, 4:53am UTC](https://www.finalbuilder.com/forums/t/feature-request-deploy-to-servers-on-differnent-domains/4907 "2013-01-18T04:53:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![deleted\_user](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/deleted_user/32/937_2.png) [@deleted\_user](https://www.finalbuilder.com/forums/u/deleted_user)
#### Post date: [January 18, 2013, 4:53am UTC](https://www.finalbuilder.com/forums/t/feature-request-deploy-to-servers-on-differnent-domains/4907/1 "2013-01-18T04:53:06Z")

</div>

The product seems to work well for just about every thing that we need. It would be nice to be able to deploy a web site to a server on a differnt domain then the deveplopment and test boxes, when trying to deploy sites for external clients. Right now I am creating a zip file and then copying it over&nbsp; to the server. Let me know if there is another method that would work better to accomplish this.

thanks

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [January 19, 2013, 12:22pm UTC](https://www.finalbuilder.com/forums/t/feature-request-deploy-to-servers-on-differnent-domains/4907/2 "2013-01-19T12:22:17Z")

</div>

Deployment is a major feature that we will be working on later this year. We’re certainly open to suggestions.

---

<div class="post-metadata">

### Author: ![rlove](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/rlove/32/27_2.png) [@rlove](https://www.finalbuilder.com/forums/u/rlove)
#### Post date: [January 30, 2013, 9:44am UTC](https://www.finalbuilder.com/forums/t/feature-request-deploy-to-servers-on-differnent-domains/4907/3 "2013-01-30T09:44:40Z")

</div>

Right now we use FinalBuilder for all our deployments and although the script is fairly complex all we&nbsp;ultimately&nbsp;do is the following..

Some of the things it does now.

1. &nbsp;Copy files from a staging directory to a specified directory.

2. &nbsp;Run a program we wrote to create a XML File with the CRC and Version information of files copied. &nbsp;(which tells people we have a new version to download)&nbsp;

(This used to be FB Script but it took ~10 min to run and when written in Delphi it takes ~2 minutes)

3. &nbsp;We also stop services, copy in new EXE files and restart services.

---

<div class="post-metadata">

### Author: ![lalit](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/l/bbe5ce/32.png) [@lalit](https://www.finalbuilder.com/forums/u/lalit)
#### Post date: [June 25, 2013, 8:58am UTC](https://www.finalbuilder.com/forums/t/feature-request-deploy-to-servers-on-differnent-domains/4907/4 "2013-06-25T08:58:13Z")

</div>

Can be done using MSbuild action itself:

more details :&nbsp;\<a href="http://wiki.finalbuilder.com/display/continua/Part+4%3A+Deploy+Your+Web+App#Part4
