views:

186

answers:

3

Hello,

I would like to create some test web applications with visual studio 2010 express.

I installed Microsoft Visual C# 2010 Express, but i dont have type of project web application mvc 2.

What should i install if i want to create a web mvc 2 application?

Thanks in advance.

Best Regards.

Jose

+2  A: 

That's a separate (free) install. See here.

Install link is top-right on the page.

Eric J.
Appears that if i want to use visual studio express, i have to install visual web developer 2010 express instead visual studio 2010 express
Josemalive
+2  A: 

I am using Visual Web Developer 2010 Express and I see it. The following is what I do:

File > New Project

Then under the Web template you will find ASP.Net MVC 2 Web Application

You will NOT find it under File > Web Site, which I am assuming you might be looking at.

Waleed Al-Balooshi
Appears that if i want to use visual studio express, i have to install visual web developer 2010 express instead visual studio 2010 express
Josemalive
@Josemalive You are correct, you do need Visual Studio Web Developer Express, I had it open too when I was posting my answer, but in my haste typed the wrong name. You should post an answer and accept it.
Waleed Al-Balooshi
A: 

Its necessary to install visual web developer 2010 express.

Josemalive