Add configuration transforms similar to web.config
Deploying based on configuration would like Release or Debug (or a custom one) would be very clean if the ServiceConfiguration.cscfg had the same ability as the Web.config files where you can create Web.Release.config and Web.***.config files based on the configuration. This makes it easy to create settings based on the configuration, like which connection strings to use. One could be for production and another for staging...and when using diagnostics, you can set it to the correct storage accounts.
2 comments
-
Alex
commented
Hi Jayson - http://blog.alexlambert.com/2010/05/using-visual-studio-configuration.html may help you
-
Jayson Go
commented
Sorry for the typo, it should just read "Deploying based on configuration like Release or Debug..."