Is it possible to host a WCF Data Service with the ServiceHost class as you can with WCF services or Workflow Services? If not, what limits it from being hosted in that manner?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. You’ll have the best luck with using the
DataServiceHostas described in this MSDN reference page.