如何解决Silverlight Picking Basic而不是wsHttpBinding
| 当我添加服务时,silverlight会选择基本版本而不是wsHttpBinding。是什么原因引起的,如何避免呢?这是我的web.config:<configuration>
<system.web>
<compilation debug=\"true\" targetFramework=\"4.0\" />
</system.web>
<system.serviceModel>
<standardEndpoints />
<bindings />
<services>
<service name=\"Service2\">
<endpoint binding=\"wsHttpBinding\" bindingConfiguration=\"\" name=\"Service2Endpoint\"
bindingName=\"wsHttpBindingFirst\" contract=\"IService2\" />
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior name=\"\">
<serviceMetadata httpGetEnabled=\"true\" />
<serviceDebug includeExceptionDetailInFaults=\"false\" />
</behavior>
</serviceBehaviors>
</behaviors>
<serviceHostingEnvironment multipleSiteBindingsEnabled=\"true\" />
</system.serviceModel>
</configuration>
解决方法
没有将名称空间放入
Silverlight不支持
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。