How do you suggest I change application code to easily switch between the application working against a test database versus working with a production database?
My thought is to change the connection string to work with a test DB, and when ready to Publish, change the connection string back to the production DB. After Publish is successful, change the connection string back to the test DB.
At my first blush, it appears it will work. Will it? Whether it will or won't, what do you suggest as a better way?
Terry 01
Go to the complete details ...