我有两个领域负责我的全球合作框架数据服务:
- a) http://www.domain-a.com/
- b) http://api.domain-b.com/
我在谈到我的这一职务时:
我在谈到我的这一职务时:
Message: Service cf.Svc.odata_v0 has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because no service element matching the service name could be found in the configuration file, or because no endpoints were defined in the service element. ExceptionStackTrace: at System.ServiceModel.Description.DispatcherBuilder.EnsureThereAreApplicationEndpoints(ServiceDescription description) at System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) at
问题在于,我需要向前推进,在以下各方面开展工作:
http://api.domain-b.com/,我没有选择将其称作。 由于根本领域已经使用。
我甚至试图下载WCF数据服务工具包(http://wcfdstoolkit.codeplex.com/releases/view/65119) april 释放思维 我在建立冰洁通道方面正视这一问题,例如:
But I m still getting this error. Can anyone tell me what s going on?
My web.config looks like below - I am also running WCF Rest Services that do not have any issues in the same application.
<system.serviceModel>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
<standardEndpoints>
<webHttpEndpoint>
<standardEndpoint name="" helpEnabled="true"
automaticFormatSelectionEnabled="true" />
</webHttpEndpoint>
</standardEndpoints>
</system.serviceModel>