Can we host a Workflow Service as a Windows Service?
Posted
by arsayed
on Stack Overflow
See other posts from Stack Overflow
or by arsayed
Published on 2010-03-30T19:44:28Z
Indexed on
2010/03/30
20:13 UTC
Read the original article
Hit count: 265
I am working on a logging application that requires me to have a Workflow that is exposed as a Service (Workflow Service). We want to host it as a Windows Service (don't want to host workflow service as .svc file in IIS). Another reason for having it as windows service is to be able to communicate with the service through the Named pipes.
Can we expose a Workflow Service through Named Pipes without hosting it in IIS?
© Stack Overflow or respective owner