Hi,
Interesting problem that I'm unsure how to manage. Please imagine that I have a full (db and web server) development and production environment. Each of the environments databases are on different servers. The connection string is hardcoded into the web config file.
Now I need to make a change to the web config file and deploy it to the production server. How do you ensure that someone doesn't just make the change and deploy the file (that would be bad, as now the production web site is querying the development database).
Cheers
Interesting problem that I'm unsure how to manage. Please imagine that I have a full (db and web server) development and production environment. Each of the environments databases are on different servers. The connection string is hardcoded into the web config file.
Now I need to make a change to the web config file and deploy it to the production server. How do you ensure that someone doesn't just make the change and deploy the file (that would be bad, as now the production web site is querying the development database).
Cheers
