0

I'm exploring the .NET 4.0 Update 1 features and installed the Azure Appfabric SDK and also Workflow Foundation Samples.

I'm mostly interested in testing the new State Machine, correlation, persistance, ASP.NET MVC, and Azure + MVC in this example.

Should I use a separate database for my Azure Appfabric work, and traditional ASP MVC Workflow work? Can I use the same one?

makerofthings7
  • 60,103
  • 53
  • 215
  • 448

1 Answers1

0

The database schema AppFabric uses is a super set of the normal persistence schema. So it could work but there is a good change AppFabric will get confused. My recommendation is to use separate databases if at all possible.

Maurice
  • 27,582
  • 5
  • 49
  • 62