Search code examples
wcf.net-3.5servicehost

Custom ServiceHost in wcf configuration file?


i wonder if there is a way to specifiy a custom ServiceHost (i.e. a ServiceHost derived class) in configuration? thanks


Solution

  • 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!