Hi, Steps to reproduce: Create a new MVC App Create an MVC Controller called Products. Add 2 controller actions, one called List which takes no parameters, one called View which takes an int Id Create 2 views for the 2 actions. Open Views/Shared/Site.Master Add 2 links next to Home and About <%= Html...