我正在尝试在我的 wcf 服务中使用 standardEndpoints,如下所示。我收到“serviceHostingEnvironment 的子元素无效”错误。
有任何想法吗?
<serviceHostingEnvironment aspNetCompatibilityEnabled="true">
<standardEndpoints>
<webscriptendpoint>
<standardendpoint crossdomainscriptaccessenabled="true">
</standardendpoint>
</webscriptendpoint>
</standardEndpoints>
</serviceHostingEnvironment>