I have a console application project and library project (dll) in one solution. The library project has app.config file where I store a connection string to database.
The console application references this dll.
When I compile the console application and deploy it with the library I am not able to access the app.config file that belongs the dll when I need to change the connection string after the application is deployed.
This are the files that I see, but not .config file:
- library.dll
- library.pdb
- console.application
- console.exe
- console.exe.manifest
- console.pdb
- console.vshost.application
- console.vshest.exe
Where did I go wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…