DeveloperJr
Programmer
I created strongly typed dataset by dragging and dropping from my server explorer.
The problem is that the connection string that was added to the app stetting section uses the properties of my local database. I know I can edit the connectionString section to whatever I want and leave the name as is. The problem is I want to point to two different DB based on if I am running in test or production mode. So my question is; Is there any way to insert conditional statement in the App.Config file?
The problem is that the connection string that was added to the app stetting section uses the properties of my local database. I know I can edit the connectionString section to whatever I want and leave the name as is. The problem is I want to point to two different DB based on if I am running in test or production mode. So my question is; Is there any way to insert conditional statement in the App.Config file?