Enable custom configuration sections in csdef/cscfg as in app.config.
Currently the cloud configuration files work like having only a bunch of appSettings in the configuration file. We are having to use app.config files albeit the need to redeploy our application after each configuration change because of the richness provided by app.config. It would be really awesome if we could copy-past our configuration from app.config into csdef/cscfg files.
Thanks.
21
votes