我的 Web 服务在 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>