I am currently creating my sites on my machine, deploying them to a test machine to see if they continue to work, and then ask sysadmin to deploy them to qa / production servers.
From time to time, what should be my moment of pride is killed by some deployment procedure that was misunderstood, forgotten, or not documented.
Currently, sysadmin is copying files from the dev server to any server that it sees fit, and is trying to follow my deployment of Procedures.txt.
Is there any mechanism that I can use that makes this transition as friction as possible? Things I can think of right now are
- Set the connection string to the production database
- Set CustomErrors to enable
- Verify I / O permissions for the current account
- Verify that COM objects are available.
Something that facilitates the deployment process for people who are not programmers.
source share