Navigating an ASP.net Page with Workflow

I am using .Net4.5

and visual studio 2012

. Can anyone tell me how to make ASP.net page navigation using Workflow 4.5

?

1.) Can't create class:

I created an empty MVC project and I tried R-Clicking on Project

, selected Add-->New Item

but couldn't find an option -->Worfklow -->Activity

. How can I solve this?

2.) Any tutorial that goes through this

+3


source to share


1 answer


You must create 2 projects.

The first will be your ASP.NET MVC project.



The second will be your Workflow project. Make sure this is an event library project.

Create your activities in the Activity Library project and point this project in the ASP.NET MVC project.

+1


source







All Articles