Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm coming from java so this is entirely new to me. I have Visual C# 2010 Express installed and I'd like to create a ASP.NET MVC 3.0 (which I downloaded and installed) application. Is that possible? Should I install Visual Web Developer instead?

share|improve this question
1  
I was hoping in some kind of "plug-in" architecture. I guess Visual C# and Web Developer share a lot of code, so it should be simple to just add pieces. Oh well. – agnul Aug 22 '12 at 15:06

3 Answers

up vote 4 down vote accepted

Yes. To create Web Apps, you need Visual Web Developer Express. Visual C# 2010 Express if for console applications and windows forms application.

You can install Visual Studio 2012 Express edition which includes ASP.NET MVC 4 from here.

share|improve this answer

I believe you need to install Visual Web Developer, yes. Basically Visual C# Express is for non-web apps, IIRC.

Note that if you're going to install a new version anyway, you might as well upgrade to VS 2012 which is now available (including in Express editions).

share|improve this answer

Please , visit http://www.asp.net/mvc and follow steps in Overview

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.