Is it possible to edit web.config file of my cloud app deployed on Windows Azure without redeploying my app ?
Scenario is like-->
- Cloud app is deployed on Azure with 3 instances.
- web.config has some static text in appsetting which is displyed on the Home Page(for example - © 2009 My site. All rights reserved)
- Now I wish to change that static text mentioned in Web.Config from 2009 to 2010.
- Now I wish to edit Web.Config without redeploying my site.
- I do not wish to --> deploy my app on stagging with updated Web.Config and then swap it with production.
Is there any trick to update the files from package deployed at runtime ?