WCF端点地址,在指定地址后仍然可用

时间:2010-02-18 11:53:27

标签: wcf endpoints

这些是我的终点


endpoint name =“rest”address =“”binding =“webHttpBinding”           behaviorConfiguration = “poxBehavior”           合同= “IActionService”

端点地址=“mex”binding =“mexHttpBinding”contract =“IMetadataExchange”


使服务在/这里

当我将地址更改为[say]'rest'时


endpoint name =“rest”address =“ rest ”binding =“webHttpBinding”           behaviorConfiguration = “poxBehavior”           合同= “IActionService” endpoint address =“mex”binding =“mexHttpBinding”contract =“IMetadataExchange”


然后可以在/ rest / here处获得该服务。

这是有道理的,但它也可以从/ here

的原始地址获得

我认为原始地址不存在,因为我已将地址设置为“休息”。

我做错了什么或误会了?

干杯

1 个答案:

答案 0 :(得分:0)

什么定义了 /here 的基地址?你有一个<host>部分,其中有<baseAddress>个条目吗?

原始地址的“仍然可用”是什么意思?去那里的请求仍然会返回有效的结果?您是否在此配置更改后重置了IIS?