2
Answers

How can we add config file dependecy with Windows Service

Praveen

Praveen

6y
214
1
I have two projects, one for windows service and another for setup project. 
 
If I modify the app.config file (like appsetting key's value) , changes should be be effective for installed windows service without building the service  and setup project.

I have tried to restart service after doing modification in my config file.
 
 
 
Answers (2)