Install Visual Studio Express 2010

I would like to create some test web applications with Visual Studio 2010 Express .

I installed Microsoft Visual C # 2010 Express, but I can’t select the ASP.NET MVC 2 project web application.

What do I need to install if I want to create an ASP.NET MVC 2 web application?

+4
source share
3 answers
0
source

I am using Visual Web Developer 2010 Express and I can see it. That's what I'm doing:

File> New Project

Then in the Web template you will find the ASP.Net MVC 2 web application

You will not find it in File> Website, which I assume you can see.

+3
source

This is a separate (free) installation. See here .

Set the link at the top right of the page.

+2
source

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


All Articles