I have research the app config file for VB.Net. I understand how to code the parameters. What I didn't see is how it works when the program is moved between environment.
The coding environment is VS 2005 with SQL Server 2005. There is a Dev, QA, and Production environment.
My questions;
When I code the app config setting for the Dev environment and then move the program to QA, does the app config from the Dev environmnet move also?
If it does, then it would need to be edited in the QA environment to use the QA databases, etc
This would alos be true for production.
After the initial installation, does the app config file need to be moved again?
The coding environment is VS 2005 with SQL Server 2005. There is a Dev, QA, and Production environment.
My questions;
When I code the app config setting for the Dev environment and then move the program to QA, does the app config from the Dev environmnet move also?
If it does, then it would need to be edited in the QA environment to use the QA databases, etc
This would alos be true for production.
After the initial installation, does the app config file need to be moved again?