<endpoint address="" binding="basicHttpBinding" contract="MetaData.IMetaData"/>
<endpoint address="http://localhost:8001/" binding="mexHttpBinding" contract="IMetadataExchange"/>
<host>
<baseAddresses>
<add baseAddress="http://localhost:8000/"/>
</baseAddresses>
</host>
现在如果是在网页中查看的话,要输入8000端口的这个地址,如果是在客户端引用的话就要使用8001这个地址,还有,当在地址栏中输入8000后,出现的那个页面说明了什么,这两个地址有没有什么内在的关系??