I need to deploy one application having different database based on region i.e. application remains same but the database changes according to the url.
for example
- for India database will be db_india
- for Singapore database will be db_sg
- for USA database will be db_usa
Hence I need to delpoy a application into 3 different subfolder on same instance so that there web.config can be different
So I need to know if there is any method other than FTP so that we can deploy application to subfolder or I can use any other method to accomplish this.
I do something similar currently using MS web deploy.
http://www.iis.net/downloads/microsoft/web-deploy
It's a bit of a pain to set up, but once you do, you can deploy to your site directly from within Visual Studio. You can publish to multiple sites by importing or configuring them as different endpoints.
I need to deploy one application having different database based on region i.e. application remains same but the database changes according to the url.
for example
- for India database will be db_india
- for Singapore database will be db_sg
- for USA database will be db_usa
Hence I need to delpoy a application into 3 different subfolder on same instance so that there web.config can be different
So I need to know if there is any method other than FTP so that we can deploy application to subfolder or I can use any other method to accomplish this.
I do something similar currently using MS web deploy.
http://www.iis.net/downloads/microsoft/web-deploy
It's a bit of a pain to set up, but once you do, you can deploy to your site directly from within Visual Studio. You can publish to multiple sites by importing or configuring them as different endpoints.
0 commentaires:
Enregistrer un commentaire