Chapter 4 controller is not in /controller folder
I am working through chapter 4, generated scaffolding as instructed, but the StoreManagerController.cs was created inside the /Models folder and not in the /Controllers folder. My version of the Visual Studio Express 2013 for Web Update 3, it also has three (and not two as described) initial controllers with additions of ManageController. It feels like an error on the Microsoft part, should I move StoreManagerController to /Controllers manually?
|