Azure web.config per environment

前端 未结 5 1880
春和景丽
春和景丽 2020-12-17 07:54

I have a Azure project (Azure 1.3) in VS2010. There are 2 webroles, one web page project and one WCF project. In debug mode I want the web project to use a web.config for DE

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-17 08:37

    Another possible solution is to have two CloudService projects, each one with specific ServiceConfiguration.cscfg(dev/prod). Develop using the Dev, but deploy the Prod.

提交回复
热议问题