I'm using Microsoft Visual Studio 2013 and I created a C # ASP.NET MVC 4 project.
I created a Master Page in the Views directory, called Modelo.master
. Then I created a Controller in the directory Controllers
, and again a View that would display the Controller output.
However, in the Views creation screen where the program asks you to select a Master Page or layout to use as the base of the page I can not see Master Page I created. The Modelo.master
file does not even appear in the list.
What could it be?