I'm new in asp.net MVC, this is my situation. I have a controller called CustomerController. I created a subfolder to my Views/Customer folder. I want to manage views in this subfolder from my controller.
I think the right solution is the answer from Dale Ragan here.
But I don't have a ControllerFactory, I want to add the custom ViewLocator to my CustomerController if possible.
How can I manage this?