distribute windows service

  • Thread starter Thread starter DaveF
  • Start date Start date
D

DaveF

I need to distribute a windows service to serveral clients, but they need to
be able to change the connection string in the app.config, but the service
does not seem to read the app.config when I change it on the client. I am
making an install program for them to use.

--


David Fetrow
Helixpoint LLC.
http://www.helixpoint.com
(e-mail address removed)
 
I need to distribute a windows service to serveral clients, but they need to
be able to change the connection string in the app.config, but the service
does not seem to read the app.config when I change it on the client. I am
making an install program for them to use.

Are you stopping and restarting the service after a change to app.config is
made?
 

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

Back
Top