J
jonesst2608
Hi,
I have several ServiceHost instances each implemented in its own DLL.
The services are being self-hosted by a forms application.
I'd like to split the ServiceHost configuration parameters that are
all currently held in App.config into separate files so allowing the
service configurations to be managed more easily.
The only way I can see to do this is to subclass ServiceHost and
implement my own XML based configuration sub-system but this seems
insane.
Does anyone know an easy way to do this?
Thanks, Steve.
I have several ServiceHost instances each implemented in its own DLL.
The services are being self-hosted by a forms application.
I'd like to split the ServiceHost configuration parameters that are
all currently held in App.config into separate files so allowing the
service configurations to be managed more easily.
The only way I can see to do this is to subclass ServiceHost and
implement my own XML based configuration sub-system but this seems
insane.
Does anyone know an easy way to do this?
Thanks, Steve.