在WCF中部署端点地址

时间:2016-10-10 14:11:46

标签: wcf

你好我对端点有点困惑,我已经读了一段时间了,现在就抓不住了。所以请原谅我在这里缺乏知识。

假设我在客户端和服务器上都有一个端点。

<service name="MyProject.Server.Services.CustomerManager">
    <endpoint address="net.tcp://localhost:5000/CustomerService"
      binding="netTcpBinding" name="NetTcpBindingEndpoint" contract="HandHeld.ServerContracts.Contracts.ICustomerService" />
  </service>

我已经完成了所有测试并准备部署。我需要将服务器应用程序放在名为SQL的服务器上。有人可以告诉我要改变什么以及为什么?

0 个答案:

没有答案