How to setup LinqToEntitiesDomainService in Web.Config?

197 Views Asked by At

I inherited a project with a service that derives from LinqToEntitiesDomainService. I've got a jsonp binding defined in web.config. How do I associate my LinqToEntitiesDomainService service with that binding?

When I define the service in the services section, both service and contract show as invalid. Does the LinqToEntitiesDomainServives work differently in regards to assigning a binding?

0

There are 0 best solutions below