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.