Hi, by default the ASP.NET MVC engine searches the following folders for View pages:
- /Views/{Controller_Name}/{Action}.aspx
- /Views/Shared/{Action}.aspx
However I want to put some of my View pages like this:
- /Views/{Namespace}/{Controller_Name}/{Action}.aspx
How can I let the engine look for this?