Windows 服务中托管的 WCF 服务从哪里读取其配置?

Where does a WCF service hosted in a Windows Service read its config from?

库代码通常会读取位于 executing/hosting 程序集所在的 app.config 的方面。当 WCF 服务托管在 Windows 服务中时,我们有两个可执行文件:WCF 客户端和 Windows 服务。

如果在调试过程中发现它在寻找许多其他奇怪的可执行文件。那么,我的 WCF 应该在哪里有它的 app.config 文件?

它将查看

YourServiceName.exe.config

在部署的文件夹中。