I am working on a test database application and would now like to move this database to a production server and also modify the connection string.
What are the steps to modify the connection string in a VS2008 windows form application. Do i just need to edit the app.config file?
I ask this as i have already attempted to make a copy of the existing database and tried to connect a copy of the test application. I ran it first and it seemed to work fine but now has stopped working and i don't know what has happened.
The initial orginal copy is fine though
What are the steps to modify the connection string in a VS2008 windows form application. Do i just need to edit the app.config file?
I ask this as i have already attempted to make a copy of the existing database and tried to connect a copy of the test application. I ran it first and it seemed to work fine but now has stopped working and i don't know what has happened.
The initial orginal copy is fine though