views:

955

answers:

1

I have a webforms website and i would like to convert it to asp.net mvc. Mostly as a learning exercise.

What is the best way to start here?

+2  A: 

I would start by looking at this post on StackOverflow.

There is also a blog post on how to setup by hand a ASP.NET project on Visual Studio, that has a follow up (part II) on how to setup a ASP.NET MVC project.

Pablo Santa Cruz