基地址,配置文件

时间:2012-08-09 23:58:56

标签: wcf app-config

我的网络服务在localhost上测试很好 - 所以关闭到真正的交易!有人可以帮我理解我需要检查和设置的东西。我想知道如何在需要时使用web.config作为baseAddress,在web服务器上的app.config中进行设置。

<service name="WebServEnc.ServLib.Service" behaviorConfiguration="MyServiceTypeBehaviors" >
      <!-- Add the following endpoint.  -->
      <!-- Note: your service must have an http base address to add this endpoint. -->
      <endpoint contract="WebServEnc.Servlib.IServ" binding="basicHttpBinding" address="http://mysite.com" />

    </service>

1 个答案:

答案 0 :(得分:0)

如果您在IIS中托管此内容或在主机中指定了基本地址,则不需要地址。你可以把它留空。

点击此处了解更多信息: http://msdn.microsoft.com/en-us/library/ms733932.aspx