Chapter 2 Error
In the Try It Out section on page 48, item 3 says to select the MVC template. Doing so will not create the site.master, which is needed in Chapter 5 page 152. The solution is to select the Web Forms template and check the box labeled MVC under the "Add folders and core references for". This will create the site.master required in Chapter 5 and will create the Controllers directory required in Chapter 6 page 182.
|