Web.Config in multiple development environments

DistoStoo

New member
Joined
Jun 17, 2003
Messages
2
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
 
Back
Top