I have two workflows in my sequential workflow service library project. But i cannot seem to configure both of the services to run in my wcf service host app. When the service host loads the one service has started but the other is stopped. No amount of fiddling with the app.config file seems to make any difference. How would one configure the hostto support running two WCF Workflows at the same time using the app.config file?
This seems like it would to be easy to configure... just like when you have 2 services running in the same wcf host. Any ideas?