Anyone have any advice for setting up web.config for multiple development environments and also making it easy to deploy the application to new environments.
The problem is having to change the web.config everytime you push the application to a new environment (say production environment). Basically, what would be a best practice for avoiding having to change the config file from a development station to a production server - i.e. the database connection strings are different, different urls are used in the program.
Thanks in advance
The problem is having to change the web.config everytime you push the application to a new environment (say production environment). Basically, what would be a best practice for avoiding having to change the config file from a development station to a production server - i.e. the database connection strings are different, different urls are used in the program.
Thanks in advance