Hi
I have some config information like
• Database path
• Schema path (File server path)
We use them in the Expression editor to do some database checks , etc
Currently we have put it in BTSSCVEXE.Config file but it is not a good
thing
to do as its not meant for individual application level config
I had built a separate assembly with a method that reads from app.config
file. However it does not read the path when called from BTS expression
editior within the BTS application
When used in an exe, the config path is read.
Can you suggest what is the best way to store such configuration data
thanks