Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

use one user.config with 2 seperate .exe

Status
Not open for further replies.

SavantMan

Programmer
Apr 17, 2002
165
US
Two of the projects in my solution that both need to use a common user.config file. This is a data application - the executable that is created with the first project is the primary executable that users will be working with 99% of the time, the other is a seperate "maintenance" executable. The connection string is stored via My.Settings (encrypted of course). The problem is that obviously with 2 different .exe there are 2 seperate user.config files, but I need to read the connection string out of a single file. Is this even possible? If not, are there any other suggestions for how to acheive this same type of functionality through other methods?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top