Jeff LaFay
Jeff LaFay

Reputation: 13350

WF4 Instances and Windows Server 2008

I'm developing a Win Service app that hosts a WF service and a WF application on a Windows 7 machine. When I deploy it to a 2008 Server machine, my logs document activity from the Win Service but not from either of my Workflows. It's running under LocalSystem, would that cause my issue or is there another problem hosting WFs on a 2008 Server machine that I'm unaware of?

Upvotes: 0

Views: 61

Answers (1)

Maurice
Maurice

Reputation: 27632

Are you using the WorkflowServiceHost to expose your workflows though WCF? And if so can you reach the endpoints that it is supposed to create? You can also add the EtwTrackingProvider so you can see what your workflows are doing in the Windows event log.

Upvotes: 1

Related Questions