Multiple instances of a service.

F

Frank Rizzo

I have written a .NET service, but now I want to install multiple
instances of it onto the customer's server (for various reasons), much
like SQL Server does. How would I go about doing that?

Thanks.
 
W

Wessel Troost

I have written a .NET service, but now I want to install multiple
instances of it onto the customer's server (for various reasons), much
like SQL Server does. How would I go about doing that?
Let the user choose the name & location of your service during setup.

Greetings,
Wessel
 
P

Peter Bromberg [C# MVP]

I'd think that in addition to making sure each instance gets installed
in a separate location, you would also need to insure that the
"ServiceName" property is different for each one. There may be
additional similar issues.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top