In Visual Studio 2008 after I add the Feb 2010 SharePoint extensions, I see project templates for Workflow (eg., State Machine Workflow Library) and under C#/Web a project for ASP.NET MVC Web Application.
If I'd like to do a State Machine WorkFlow using MVC which should I choose and which additional modifications do I need to do ?
(I'm new to ASP.NET)
Thanks
Bruce
</div>
sharepoint workflow asp.net mvc visual studio 2008
browser111
0 Points
1 Post
VS 2008 project for MVC and WorkFlow
Feb 12, 2010 08:58 PM|LINK
0

<div>In Visual Studio 2008 after I add the Feb 2010 SharePoint extensions, I see project templates for Workflow (eg., State Machine Workflow Library) and under C#/Web a project for ASP.NET MVC Web Application.
If I'd like to do a State Machine WorkFlow using MVC which should I choose and which additional modifications do I need to do ?
(I'm new to ASP.NET)
Thanks
Bruce
</div>sharepoint workflow asp.net mvc visual studio 2008
ignatandrei
All-Star
134913 Points
21619 Posts
Moderator
MVP
Re: VS 2008 project for MVC and WorkFlow
Feb 12, 2010 10:37 PM|LINK
Sharepoint is make of Standard WebForms.
ASP.NET MVC does not play nice with WebForms - more, the ASP.NET Webforms controls does not work with MVC.
So, my opinion is do not mix them!