0

I am using Windows 8, and Visual Studio 2012. I need to create a ASP.NET MVC web application. But, when i click on Project types --> visual C# i only see windows store and not Web (as seen in VS 2008).

How can i create a MVC web application ? Help

3 Answers 3

1

I suspect you are using Visual Studio Express for Windows 8?

If so, you will also need Visual Studio Express for Web in order to create your MVC app.

See the different versions here: http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products

Sign up to request clarification or add additional context in comments.

Comments

1

You can also use WebMatrix to create an ASP.NET MVC project, it's a free tool for ASP.NET from Microsoft.

You can get WebMatrix from here http://www.microsoft.com/web/webmatrix/

Comments

0

During the install, there should have been options, one of which was Visual Web Developer. Make sure that was installed (that was what it was called in VS 2010).

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.