M
MW
Hi all,
I have written a windows service application and setup project to
install/deinstall my service.
There is a requirement to run one more instance of the same service with
different set of configurations and connecting to a different database. Both
the services will run on the same box. Is it possible to do that?
Someone suggested that there are entries in the windows registry that can be
duplicated to achieve it. I want to first investigate if there is a better
option within .NET. If not, then atleast know what entries should be
duplicated and what values should be changed before I go ahead.
Any thoughts will be most welcome
TIA
Wazir
I have written a windows service application and setup project to
install/deinstall my service.
There is a requirement to run one more instance of the same service with
different set of configurations and connecting to a different database. Both
the services will run on the same box. Is it possible to do that?
Someone suggested that there are entries in the windows registry that can be
duplicated to achieve it. I want to first investigate if there is a better
option within .NET. If not, then atleast know what entries should be
duplicated and what values should be changed before I go ahead.
Any thoughts will be most welcome
TIA
Wazir