I've got dev
, alpha
, beta
and production
environments. I store a few appsettings
keys in web.config
and use transorfmations to replace dev-setting
with production-setting
on publish. How can I do same things to replace dev-setting
with alpha/beta-setting
when publish on corresponding server ?
Asked
Active
Viewed 306 times
2

Tim
- 187
- 1
- 11