我在生產服務器中的IIS中的inetmgr中託管域/網站(HTTR.abc.com)。 我想域HTTR.abc.com 我的WCF服務的Web.config是如下託管WCF服務時在svcutil中獲取機器名稱
<services>
<service behaviorConfiguration="HTTR.Business.HTTRContextServiceBehavior" name="HTTR.Business.HTTRContextService">
<endpoint address="http://machinename:83/GTYEBus/abcService.svc" binding="wsHttpBinding" contract="HTTR.Business.IHTTRContextService">
</endpoint>
</service>
</services>
當我運行URL 「http://HTTR.abc下舉辦一個WCF服務。 com/GTYEBus/abcService.svc「頁面顯示正常,但顯示爲 WSDL文件指向」http:// machinename:83/GTYEBus/abcService.svc?WSDL「
我希望頁面顯示WSDL具有與.svc路徑相同的路徑,也就是說它應該顯示爲「http://HTTR.abc.com/GTYEBus/abcService.svc?WSDL」而不是 「http:// machinename:83/GTYEBus/abcService.svc?WSDL「