hi everyone. i reading many example about SqlWorkflowPersistenceService, but my question if the server that run the workflow restarted and my workflow have information such as
in my project when any one host workflow the first step will send information FirstName, MiddleName, LastName, CardId and another information thats need in workflow. Suppose after the user send the information to workflow and the sequence workflow wait for external event but before the external event accour the server are restart. all the information about the user will not save only the SqlWorkflowPersistenceService save the Instanceid and other in the SQL_Database but the information not save, i wondering if i can save this state after restart oky this is my proplem. can anyone help me with example using asp.net C#.net or Vb.net .
thanks all.

WWF PERSISTENCE USING ASP.NET
StephanieR