Windows service app.config location

前端 未结 6 1719
傲寒
傲寒 2020-12-04 16:26

I have installed a C# Windows Service on Windows Server 2008. I installed it with InstallUtil. The service reads some data from the app.config file and it is doing it fine.

6条回答
  •  失恋的感觉
    2020-12-04 17:17

    The same place where your application (Windows Service) is.

    Check it out, if it's not there place it in the same directory as of service.

提交回复
热议问题