Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在向我的类文件添加服务引用时,将另一个名为 app.config 的配置文件添加到类中。所以端点应该在哪里定义——它应该在解决方案的配置文件中还是在类>中创建的新配置文件中?
server() 中定义的端点web.config用于向其他人公开 Web 服务。 Client( app.config) 中定义的端点用于指定应用程序应连接到哪个服务。 因此,您必须在客户端和服务器 PS 中定义端点,绑定配置应该是 web.config 和 app.config 中的标识。
web.config
app.config