WCF配置错误..在Visual Studio 2012中无法访问服务元数据

时间:2013-02-21 11:43:57

标签: wcf metadata

我确实遇到的问题是,如果我尝试使用WCF服务作为Startpage启动Project,我会收到以下消息: 无法添加服务。可能无法访问服务元数据。确保您的服务正在运行并公开元数据。

配置文件如下

<system.serviceModel>
<behaviors>
  <serviceBehaviors>
    <behavior name="">
      <serviceMetadata httpGetEnabled="true"/>
      <serviceDebug includeExceptionDetailInFaults="false"/>
    </behavior>
  </serviceBehaviors>
</behaviors>
<serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>

0 个答案:

没有答案