2
Answers

How can we add config file dependecy with Windows Service

Photo of Praveen Kumar

Praveen Kumar

7y
1.1k
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)