I am writing a DFS application using the .NET productivity layer.
The .NET productivity layer requires me to have a bunch of settings in the application configuration file.
I would like to add these settings programmatically.
In order to do so, I created an instance of the ConfigObject class, and added an instance of the ModuleInfo class to its Modules property. However, I don't know where to add the ConfigObject class in order for the ServiceFactory.GetRemoteService<T>() method to work.
Would someone please advise?