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?