MVC in Visual Studio Express

I got Visual Studio 2010 Express C # Edition. I use WinXP as the OS.

How do I get ASP.Net MVC? I saw another question that claimed that MVC was turned on automatically, but I can not find it anywhere. I also tried to install MVC3 RC2. Also not displayed.

Is it possible to use MVC with Express Edition?

(I also have VS 2008 Professional on the same computer)

Edit

I needed Visual Studio Web Developer Edition to get MVC2.

But how do I get MVC3?

Edit 2

I have a version of XP Home that is not supported by the web platform installer because IIS is not enabled. I assume that why MVC3 is not installed in Visual Studio 2010 Express (although it was installed on my computer, which is a bit weird)

+3
source share
2 answers

Is it possible to use MVC with Express Edition?

Of course. I installed VS2010 web express edition, and when I select New Project, it shows the MVC2 web application and the empty web application project template. Last week, I also installed MVC3 RC through the web platform installer , and this also appears.

+1
source
0
source

Source: https://habr.com/ru/post/1780193/


All Articles