Using different Web.config in development and production environment

前端 未结 10 2248
梦如初夏
梦如初夏 2020-11-22 12:50

I need to use different database connection string and SMTP server address in my ASP.NET application depending on it is run in development or production environment.

<
10条回答
  •  北荒
    北荒 (楼主)
    2020-11-22 13:28

    You can also use the extension "Configuration Transform" works the same as "SlowCheetah",

提交回复
热议问题