I am trying to run the code sample from Workflow Foundation which uses persistence service's functionality. In the code I've observed:
Initial Catalog=SqlPersistenceService;Data Source=localhost;Integrated Security=SSPI;
When I run the code I am getting an exception. How do I enable persistence services on my SQLEXPRESS server?