i wonder if there is a way to specifiy a custom ServiceHost (i.e. a ServiceHost derived class) in configuration? thanks
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.
I don’t think you need to specify anything in a config file in order to use a custom ServiceHost. I haven’t tried to do that before, but I see nothing in the config file that would specify information about the ServiceHost.
Here’s a web page on MSDN titled ‘Custom Service Host.’
Hopefully some of that helps!