samedi 31 mai 2014

TranslateApiException: The Azure Market Place Translator Subscription associated with the request credentials has zero balance. : ID=5107.V2_Json.Translate.50B21D64


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



  1. for India database will be db_india

  2. for Singapore database will be db_sg

  3. 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



  1. for India database will be db_india

  2. for Singapore database will be db_sg

  3. 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.


Related Posts:

0 commentaires:

Enregistrer un commentaire