0

enter image description here

I wanted to create MVC5 web application but I am unable to find the option. Should I have to install something? I am using visual studio 2013 professional version. I followed this How to add MVC5 to Visual Studio 2013? But I could not find the option mentioned in that stackoverflow link.

File->New project-> web-> Asp.net web application not found instead I have only the list of templates shown in the image.

Community
  • 1
  • 1
Praburaj
  • 613
  • 8
  • 21
  • 3
    you're looking in 'Visual Studio 2012' section... what is in Web (the level above the one you're looking in) - there should be ASP.Net web application? – Alex Jan 07 '17 at 11:59
  • 1
    The answer in the link you posted says clearly, and I quote: "Make sure not to select the C# > Web > Visual Studio 2012 sub folder". So, as @Alex pointed, go one level above and you will find it. – Davidson Sousa Jan 07 '17 at 12:07
  • @Alex Thank you I went to the sub-section of web instead of clicking web. – Praburaj Jan 07 '17 at 12:07

1 Answers1

2

Look in here, instead of the Visual Studio 2012 element

enter image description here

You should then see something like this

enter image description here

Alex
  • 37,502
  • 51
  • 204
  • 332