Accessing Configuration Items during Runtime
Hi, we have a solution with 10 different configuration items, each with a different value to be used at runtime. Once the solution is running I want to be able to know which configuration item is running. I have tried calling the IsRunning Property for the Configuration Item but this doesn't pin point the active configuration, as at runtime all the configurations are hitting true on this property.
I need to know which configuration item is active so I can call a related file which has the same name as the configuration item.
Any advice on how to access Configuration Item properties and methods would be appreciated.