最初创建了一个COM可见类库,它连接到本地机器上的服务:
<client><endpoint address="http://localhost:8092/MessageService.svc"
binding="wsHttpBinding" bindingConfiguration="Messaging" contract="MsgSvc.IMessageService"
name="Message" /></client>
更改为在配置文件中使用服务器上的服务,但访问应用程序仍在尝试通过localhost连接。如何确保使用配置文件中指定的端点地址?