master page

  1. S

    master page

    Each time I create a Project using ASP.NET MVC 4 Web Application it does not create any master pages. When I get to the step to Add a View there is no Master page to select from. Then when I try to run I get the error that I cannot have code without referencing a master page. How can I build...
  2. S

    cshtml vs aspx

    I'm not sure if this is the complete problem but I've created an MVC application in C#. I'm following a tutorial step-by-step but when they create a View in the tutorial it creates and .aspx file with reference to a master file. When I try to do it, by default I get a CSHTML file. When I try...
Back
Top Bottom